Anyone have a clever method for doing step-debugging on scripts
fetched via $.getScript() ?  In firebug, if you add a "debugger;" to a
remotely fetched script, Firebug shows the variables in the watch tab,
etc, but it doesn't actually pull the script into the script window
(it shows another page, scrolled to the line number of the debugger
cal in the remote script).  If you do the same ("debugger;") and
you're using IE and Visual Web Dev for debugging JS, VWD just crashes.

Obviously it's a pain to have to tweak my code to have remote scripts
loaded not-remotely just when I'm debugging the actual remote scripts,
so I was wondering if anyone else out there had dealt with this and
figured it out....

--adam

PS. there are no cross-domain issues

Reply via email to