Sometimes 'debugger' is ignored?

View: New views
3 Messages — Rating Filter:   Alert me  

Sometimes 'debugger' is ignored?

by John J Barton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In some cases the 'debugger' keyword fails to trigger jsd. Any ideas on
a workaround?

jjb
_______________________________________________
dev-apps-js-debugger mailing list
dev-apps-js-debugger@...
https://lists.mozilla.org/listinfo/dev-apps-js-debugger

Re: Sometimes 'debugger' is ignored?

by Gijs Kruitbosch ("Hannibal") :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

John J. Barton wrote:
> In some cases the 'debugger' keyword fails to trigger jsd. Any ideas on
> a workaround?
>
> jjb

Filing a bug? Can you describe those cases? It sounds kind of uselessly vague
when you say "in some cases".


debugger;

is never supposed to be ignored, to my knowledge...

~ Gijs
_______________________________________________
dev-apps-js-debugger mailing list
dev-apps-js-debugger@...
https://lists.mozilla.org/listinfo/dev-apps-js-debugger

Re: Sometimes 'debugger' is ignored?

by John J Barton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Gijs Kruitbosch wrote:

> John J. Barton wrote:
>> In some cases the 'debugger' keyword fails to trigger jsd. Any ideas
>> on a workaround?
>>
>> jjb
>
> Filing a bug? Can you describe those cases? It sounds kind of uselessly
> vague when you say "in some cases".
>
>
> debugger;
>
> is never supposed to be ignored, to my knowledge...
>
> ~ Gijs

Ok, I found the case: if you set jsdIFilter to ask jsd to ignore the
file with debugger keyword, then it will :-o

jjb
_______________________________________________
dev-apps-js-debugger mailing list
dev-apps-js-debugger@...
https://lists.mozilla.org/listinfo/dev-apps-js-debugger