PDA

View Full Version : Using Visual Studio to Debug JavaScript in IE



USArtists238
09-13-2007, 11:01 AM
I expect quite a few of you know about this, but it could be helpful if you are experimenting with javascript. I thought of writing something, then I thought wait ... somebody must have done this before. Sure enough, quite a few have, but anyway here is one that I thought to be pretty good.

http://www.codeproject.com/jscript/UsingVSToDebugJavascript.asp

I have pasted the intro here so you got some idea what you will be reading.


Introduction :
Anyone who has done some work with JavaScript knows it can be very frustrating. Often you have to use: Alert(I am here); type of code to debug it. Visual Studio and IE (Internet Explorer) have the ability to debug JavaScript code, including setting break points in your JavaScript.