1

I am using Asp.Net MVC project and using jQuery to code JavaScript. Problem is I am not able to debug JavaScript. I searched for this issue and found a few threads. Basically this one:

Visual Studio 2010 script debugger doesn't work for me

And

The breakpoint will not currently be hit. No symbols have been loaded for this document in a Silverlight application

None of these are currently working for me. I tried to launch my application in Chrome and IE9 but my breakpoint just doesn't get hit.

Can you tell me what is the issue?

2
  • 2
    Have you tried FireFox/Firebug? Commented Aug 6, 2011 at 16:20
  • No. Actually I am first trying in VS itself. I found that if I write debugger; in some function the debugging works nice. Commented Aug 6, 2011 at 16:45

1 Answer 1

4

Use IE9 with the F12 developer tools, FF5/FireBug and Chrome. They all have good javaScript debuggers. It's a good idea to use all of them.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.