How to configure VS.Net to debug client javascript?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm brand new to VS and I'm stuck on how to configure VS.Net 2003 to debug client javascript
My server side debugging is working but I can't find how to get client debugging going
In IE all I get is a status bar notification of an error when there is one - which isn't a lot of help
It never breaks into the code and I get nothing if I set breakpoints in client code
In fact the red dot for the breakpoint has a ? on it
I want to be able to step through like I can with server code
I should be able to do this shouldn't I
I'm looking through the documentation but there is just so much of it
Help would be appreciated.
 
Back
Top