简体   繁体   中英

Unable to debug javascript in VS2010 with SP1

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM