http://waltritscher.com/blog/ramblings/archive/2004/09/19/211.aspx
Briefly:
- In Internet Explorer, go to Tools-->Internet Options-->Advanced, and uncheck the option marked "Disable Script Debugging"
- Add the word "Debugger" into your script where you want it to break into debug mode.
- Run the app. When the script hits that point, you'll be asked what you want to use to debug. Choose "New Instance of Visual Studio".
- Step through your code as normal.
Updated to add:
This MSDN article has even more interesting things to say:
http://msdn2.microsoft.com/en-us/library/k2h50zzs(VS.80).aspx
0 comments:
Post a Comment