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?

halfer
  • 19,824
  • 17
  • 99
  • 186
TCM
  • 16,780
  • 43
  • 156
  • 254

1 Answers1

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.

RickAndMSFT
  • 20,912
  • 8
  • 60
  • 78