Page view counter
Is there some good way to debug JavaScript Application? Subscribe to this thread
Last post 09-01-2008 9:03 PM by jessyzhang2008. 10 replies.
Sort Posts:
08-30-2008 1:54 AM
Is there some good way to debug JavaScript Application?

 Is there some good way to debug JavaScript Application? Any Suggestion is appreciate ,thanks!

jessyzhang2008

Loading...
Joined on 07-16-2008
Posts 19
08-30-2008 2:17 AM
Re: Is there some good way to debug JavaScript Application?

One way is to debug javascript using Visual Studio. Else using alerts and document.write methods.

 

Thanks
Rajesh Shirpuram

(If this has answered your question, please click on "mark as answer" on this post. Thank you!)

rajesh shirpuram

Loading...
Joined on 08-13-2007
Pune,India
Posts 505
08-30-2008 2:29 AM
Re: Is there some good way to debug JavaScript Application?

 How to use visual studio to debug JavaScript?

jessyzhang2008

Loading...
Joined on 07-16-2008
Posts 19
08-30-2008 2:36 AM
Marked as Answer
Re: Re: Is there some good way to debug JavaScript Application?

 Hi,
      Check these links
http://www.codeproject.com/KB/scripting/UsingVSToDebugJavascript.aspx

http://aspalliance.com/1096_Debugging_JavaScript_in_Visual_Studio.all

Thanks
Rajesh Shirpuram

(If this has answered your question, please click on "mark as answer" on this post. Thank you!)

rajesh shirpuram

Loading...
Joined on 08-13-2007
Pune,India
Posts 505
08-30-2008 2:57 AM
Re: Re: Is there some good way to debug JavaScript Application?

 Thanks a lot!

jessyzhang2008

Loading...
Joined on 07-16-2008
Posts 19
09-01-2008 9:51 AM
Re: Is there some good way to debug JavaScript Application?

If you have installed IE 8 beta2, the "Developer Tools" can also debug JavaScript code.

andywan

Loading...
Joined on 07-16-2008
Shanghai, China
Posts 3
09-01-2008 11:01 AM
Re: Is there some good way to debug JavaScript Application?

Here's a Firefox plugin for debugging JavaScript :

https://addons.mozilla.org/en-US/firefox/addon/216

-Ken 


http://kenwatts.blogspot.com/


Please select "Mark as Answer" for posts that are helpful. Thanks!

kwatts

Loading...
Joined on 08-18-2008
Belchertown, MA
Posts 436
09-01-2008 11:32 AM
Re: Is there some good way to debug JavaScript Application?

Here's another one:

http://getfirebug.com/js.html

-Ken 


http://kenwatts.blogspot.com/


Please select "Mark as Answer" for posts that are helpful. Thanks!

kwatts

Loading...
Joined on 08-18-2008
Belchertown, MA
Posts 436
09-01-2008 9:01 PM
Re: Is there some good way to debug JavaScript Application?

 Thanks a lot! That is a good way!

jessyzhang2008

Loading...
Joined on 07-16-2008
Posts 19
09-01-2008 9:02 PM
Re: Is there some good way to debug JavaScript Application?

 Thanks for sharing your opinions. That's great!

jessyzhang2008

Loading...
Joined on 07-16-2008
Posts 19
09-01-2008 9:03 PM
Re: Is there some good way to debug JavaScript Application?

 Thanks!

jessyzhang2008

Loading...
Joined on 07-16-2008
Posts 19
Microsoft Communities