Posted January 24th, 2012 by gmtorres
VS.Php 2.10
VS2010
Win 7 Pro 64
IE 9
Here is a problem I have seen in other forms on this forum but have not found an answer that has helped in this case.
I am not able to hit my javascript breakpoints. I am able to stop at PHP breakpoints, however.
I have ensured that script debugging is not disabled in IE9.
The breakpoint changes to "the breakpoint will not currently be hit. no symbols have been loaded for this document" for any BPs that are placed in javascript code inside of or code blocks.
Note that debugging works fine for PHP code.
As always, help is much appreciated. Thanks!
juanc says:
The best bet is to move all your JavaScript code into JS files and put the breakpoints there.
thanks,
Juan
CapeJag says:
I have moved JS to JS files: using Firefox 9.0.1 moving to 10.0.1 js breakpoints not functioning!
CapeJag says:
I have moved JS to JS files: using Firefox 9.0.1 moving to 10.0.1 js breakpoints not functioning!
juanc says:
JS debugging can only be done with IE.
Juan