I set a breakpoint on line of JavaScript code within an aspx file. The
debug IDE ignores it. How can I enable JavaScript breaking ?
JavaScript breakpoints, as mentioned, are available in Visual Studio
2008+. In addition (not mentioned), you have to make sure Internet
Explorer has script debugging turned on. Open the options and go to
advanced and make sure "disable script debugging" is not clicked.
If you are not using Visual Studio 2008+, or you are attempting in a
browser other than IE, you have some issues.
For Firefox, you can debug JavaScript with an add in, like Firebug (my
personal fave). If you are not Visual Studio 2008+ and want to use IE,
you can use the Microsoft Script debugger.The Script debugger is
installed with Office XP or greater.
Peace and Grace,
--
Gregory A. Beamer (MVP)
Twitter: @gbworld
Blog:
http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************