[jQuery] Re: Debugging $.getScript scripts

2008-06-24 Thread ajpiano
Hmmseems to be related to security. I just temporarily renamed and rescoped some functions and loaded the script with a script tag temporarily. Thanks for the pointer to Charles...my IEWatch trial ended yesterday, and Charles seems more civilised anyhow... --adam On Jun 21, 6:13 am, Orkan

[jQuery] Re: Debugging $.getScript scripts

2008-06-21 Thread Orkan
Well, very often remote scripts are (at least) minified. it's a pain to debug such scripts. For debugging I use uncompressed local copy, so I wont help you in that matter, sorry. IMO, most programmers do it that way On Jun 21, 10:21 am, Hamish Campbell <[EMAIL PROTECTED]> wrote: > Nevermind - re

[jQuery] Re: Debugging $.getScript scripts

2008-06-21 Thread Hamish Campbell
Nevermind - reread your post and Charles won't help debugging the remote script execture - just in checking that your response is what you expect. On Jun 21, 8:12 pm, Hamish Campbell <[EMAIL PROTECTED]> wrote: > Charles is a proxy debugging tool that (i think) every Ajax developer > would find us

[jQuery] Re: Debugging $.getScript scripts

2008-06-21 Thread Hamish Campbell
Charles is a proxy debugging tool that (i think) every Ajax developer would find useful debugging this sort of thing: http://getcharles.com Lets you look under the hood without modifying your code. On Jun 21, 8:59 am, ajpiano <[EMAIL PROTECTED]> wrote: > So literally no one has ever wanted to d

[jQuery] Re: Debugging $.getScript scripts

2008-06-20 Thread ajpiano
So literally no one has ever wanted to debug a remote script without pulling their application apart to do so? --adam On Jun 18, 1:32 pm, ajpiano <[EMAIL PROTECTED]> wrote: > Anyone have a clever method for doing step-debuggingon scripts > fetched via $.getScript() ?  In firebug, if you add a "d