Wednesday, 28 August 2013

Debugging injected JavaScript with Firebug

Debugging injected JavaScript with Firebug

Is there a way to debug (set breakpoints, follow code step-by-step etc.)
JavaScript code that was dynamically added via AJAX? I can't find it,
seems like it only allows to review inline JS (main page source) and in
external .js files.

No comments:

Post a Comment