Skip to main content
added 16 characters in body
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

Visual Studio 2008 has some very good JavascriptJavaScript debugging tools. You can drop a breakpoint in your client side JSJavaScript code and step through it using the exact same tools as you would the server side code. NoThere is no need to attach to a process or or do anything tricky to enable it.

Visual Studio 2008 has some very good Javascript debugging tools. You can drop a breakpoint in your client side JS code and step through it using the exact same tools as you would the server side code. No need to attach to a process or or do anything tricky to enable it.

Visual Studio 2008 has some very good JavaScript debugging tools. You can drop a breakpoint in your client side JavaScript code and step through it using the exact same tools as you would the server side code. There is no need to attach to a process or do anything tricky to enable it.

Source Link
JohnFx
  • 35k
  • 19
  • 108
  • 169

Visual Studio 2008 has some very good Javascript debugging tools. You can drop a breakpoint in your client side JS code and step through it using the exact same tools as you would the server side code. No need to attach to a process or or do anything tricky to enable it.