Visual studio 2010 does not break at the break point in javascript,
I use InternetExplorer in debug mode, aspx page.
I run the application with F5.
I set the break point in the javascript code but the visual studio does not break at the break point.
Anyone meet this problem?
Thanks everyone….
Make sure you have Silverlight debugging disabled for that project, as per Mister Cook’s answer:
https://stackoverflow.com/a/4769167/110549
That was my issue.