Test case for dynamic inline script tag debugging
Issue 2912: problems debugging javascript added by appending script tags
- Enable all panels (right click on Firebug Start button)
- Reload the page
- Expected: two lines in the Console, followed by breaking into the Script panel on a
debugger;
statement.
- Observed: three lines in the Console, no source in the Script panel from the third Console.log call.
As far as I can tell, jsd.onScriptCreated() is not called for the dynamic script tag. So there is no hack we can create in Firebug to solve this problem.