rediff ILAND
Welcome Guest, | Create your own iLand| Sign In  | New User? Get Started
BLOGS
iLand
Blogs
Friends/Contributors
Guestbook  
 
manish patil
Categories
Blogs
DataBase...
ADO.NET
Biz Talk Server
Share Point
Programming...
Personal
Patterns N...
JavaScripts
Technical
Travel
Philosophy
Music
My Top Posts
Career Guide ! A...
Ist ever experin...
Types of connect...
Tips & Tricks fo...
Favourites 1
Music
What is an RSS feed?
RSS Feed 
patilmanishrao.rediffiland.com/  
Tuesday 7 October, 2008
 23:22 | 17/Jul/2008 |  0 Comment(s)
  Add manish patil as Friend     Write to manish patil     Forward this link
Debugging Javascript using vs.net

Hi all,
Recently I came across requirement for which I need to debug java-script using any editor.
So I Google a bit and found a great solution for this:

Steps


  1. Enable client-side script debugging in Internet Explorer
    1. Open Microsoft Internet Explorer.
    2. On the Tools menu, click Internet Options.
    3. On the Advanced tab, locate the Browsing section, and uncheck the Disable script debugging check box, and then click OK.
    4. Close Internet Explorer.

  2. In your JavasSript function add the keyword debugger . This causes VS.NET to switch to debug mode when it runs that line.
  3. Run your ASP.Net application in debug mode.


below is the url for the same.

Walt Ritscher: Thinking about code

Happy Coding


Category: JavaScripts | Permalink