Skip to main content
Home Forums Silverlight Programming Programming with JavaScript Is there some good way to debug JavaScript Application?
10 replies. Latest Post by jessyzhang2008 on September 1, 2008.
(0)
jessyzha...
Member
10 points
19 Posts
08-30-2008 1:54 AM |
Is there some good way to debug JavaScript Application? Any Suggestion is appreciate ,thanks!
rajesh s...
Contributor
2314 points
505 Posts
08-30-2008 2:17 AM |
One way is to debug javascript using Visual Studio. Else using alerts and document.write methods.
08-30-2008 2:29 AM |
How to use visual studio to debug JavaScript?
08-30-2008 2:36 AM |
Hi, Check these linkshttp://www.codeproject.com/KB/scripting/UsingVSToDebugJavascript.aspx
http://aspalliance.com/1096_Debugging_JavaScript_in_Visual_Studio.all
08-30-2008 2:57 AM |
Thanks a lot!
andywan
16 points
3 Posts
09-01-2008 9:51 AM |
If you have installed IE 8 beta2, the "Developer Tools" can also debug JavaScript code.
kwatts
2129 points
436 Posts
09-01-2008 11:01 AM |
Here's a Firefox plugin for debugging JavaScript :
https://addons.mozilla.org/en-US/firefox/addon/216
-Ken
09-01-2008 11:32 AM |
Here's another one:
http://getfirebug.com/js.html
09-01-2008 9:01 PM |
Thanks a lot! That is a good way!
09-01-2008 9:02 PM |
Thanks for sharing your opinions. That's great!
09-01-2008 9:03 PM |
Thanks!