posts | commentsAdd to Google
03Jul

Javascript Debugging Part I (Visual Studio + IE)

1 comment so far

Debugging is something that all mortal programmers must do. Any programmer who claims that his code is perfect the first time he writes it is #1 Lying #2 A legendary immortal Greek god of Programming. I for one am not a legendary immortal Greek god of Programming so I need methods to debug the code that I write. In this article, I’ll be talking about methods of debugging Javascript in Visual Studio and Internet Explorer. Part II will be debugging Javascript in Eclipse and Firefox.

Click to continue reading “Javascript Debugging Part I (Visual Studio + IE)”