vote up 0 vote down star

Whenever I set a breakpoint in JavaScript in Visual Studio, the debugger never breaks at the point. When I put my mouse over the breakpoint at run-time, it says "This breakpoint will currently not be hit. No symbols have been loaded for this document."

What does this mean? How do I enable JavaScript debugging/breakpoints?

flag

2 Answers

vote up 2 vote down

You have to enable Javascript debugging in Internet Explorer: Tools -> Internet Options -> Advanced, then uncheck both "Disable Script Debugging" options.

link|flag
They are both unchecked. – JamesBrownIsDead Nov 6 at 22:20
vote up 0 vote down

Check this out Using Visual Studio to Debug JavaScript in IE

and also this Debugging client JavaScript in Visual Studio 2005

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.