When my javascript code is contained in a HEAD block in my HTML file, it seems I can't set a breakpoint on it to debug it.
How can I do this?
this is what I see under the script tag:
Odd: when I take the javascript block OUT of my HTML <head>
area, then the .htm page appears under scripts (kind of counter-productive):
ok, the only solution I can find to this question is to put my HEAD scripts back into a .js file, anyone have a way to debug inline javascript?