Newbie client side JavaScript debugging issue

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Newbie client side JavaScript debugging issue

    Hello.

    I apologise for the potential stupidity of this question in advance.

    After doing a lot of server side ASP.NET coding and debugging, I've
    had to do a little bit of client side java script.

    My problem is that I've made a mistake somewhere, and all the browser
    tells me is "Error on page". I've tried setting break points inside
    Visual Studio.NET, but they don't get "fired".

    As a result of this, I don't have any idea what mistake/s I have made.

    Basically, can someone please give this newbie some advice as to how I
    can effectively debug and track down my client side javascript bugs
    inside Visual Studio.NET

    Thank you very much.

    Robert.
    .NET Developer Guest

  2. Similar Questions and Discussions

    1. Client-Side Validation of asp:TextBox with Javascript
      Hi - I'm trying to do client-side validation of the text in a Asp.Net textbox control using javascript. My page has the following: <form...
    2. enable debugging from the client side
      How do you enable debugging so that people see it from the client side? I have gone in to properties, clicked on edit www service, clicked on the...
    3. Hit Counter in Javascript on client side.
      Have opportunity to use free web server space but can only use client scripting. How to code hit counter in javascript? Any help would be...
    4. Loading client-side images for use in Javascript
      Ok, I'll play the dumb guy.... if your script is running on the server under the testapp application, why isn't the source 'Images/down.gif' (Path...
    5. how can i add client side javascript to a web user control?
      hi, i have a web user control that i wish to add some client-side javascript to. something like this: onChange="javascript:DoSomething();" ...
  3. #2

    Default Re: Newbie client side JavaScript debugging issue

    Does this help you?

    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;317094[/url]
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtskdebuggingclient-sidescriptsinyourapplication.asp[/url]
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtskaspscriptdebugging.asp[/url]

    --
    Carsten Thomsen
    Enterprise Development with Visual Studio .NET, UML, and MSF
    [url]http://www.apress.com/book/bookDisplay.html?bID=105[/url]
    ".NET Developer" <pleasereplytogroups@hotmail.com> wrote in message
    news:66900ea6.0308020327.dd6c318@posting.google.co m...
    > Hello.
    >
    > I apologise for the potential stupidity of this question in advance.
    >
    > After doing a lot of server side ASP.NET coding and debugging, I've
    > had to do a little bit of client side java script.
    >
    > My problem is that I've made a mistake somewhere, and all the browser
    > tells me is "Error on page". I've tried setting break points inside
    > Visual Studio.NET, but they don't get "fired".
    >
    > As a result of this, I don't have any idea what mistake/s I have made.
    >
    > Basically, can someone please give this newbie some advice as to how I
    > can effectively debug and track down my client side javascript bugs
    > inside Visual Studio.NET
    >
    > Thank you very much.
    >
    > Robert.

    CT Guest

  4. #3

    Default Re: Newbie client side JavaScript debugging issue

    Many thanks Carsten!
    - Robert.


    "CT" <carstent@spammersgowaydotnetservices.biz> wrote in message news:<ueK3zuOWDHA.1480@tk2msftngp13.phx.gbl>...
    > Does this help you?
    >
    > [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;317094[/url]
    > [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtskdebuggingclient-sidescriptsinyourapplication.asp[/url]
    > [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtskaspscriptdebugging.asp[/url]
    >
    > --
    > Carsten Thomsen
    > Enterprise Development with Visual Studio .NET, UML, and MSF
    > [url]http://www.apress.com/book/bookDisplay.html?bID=105[/url]
    > ".NET Developer" <pleasereplytogroups@hotmail.com> wrote in message
    > news:66900ea6.0308020327.dd6c318@posting.google.co m...
    > > Hello.
    > >
    > > I apologise for the potential stupidity of this question in advance.
    > >
    > > After doing a lot of server side ASP.NET coding and debugging, I've
    > > had to do a little bit of client side java script.
    > >
    > > My problem is that I've made a mistake somewhere, and all the browser
    > > tells me is "Error on page". I've tried setting break points inside
    > > Visual Studio.NET, but they don't get "fired".
    > >
    > > As a result of this, I don't have any idea what mistake/s I have made.
    > >
    > > Basically, can someone please give this newbie some advice as to how I
    > > can effectively debug and track down my client side javascript bugs
    > > inside Visual Studio.NET
    > >
    > > Thank you very much.
    > >
    > > Robert.
    .NET Developer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139