lloyd / JSONSelect

CSS-like selectors for JSON
http://jsonselect.org
ISC License
1.59k stars 116 forks source link

throw 42 makes debugging with "break on exception" unusable #34

Open TobiaszCudnik opened 12 years ago

TobiaszCudnik commented 12 years ago

var bail = function() { throw 42; };

Makes debugging with "break on exception" unusable. Please workaround this somehow if possible.

doivosev commented 7 years ago

Why is this even happening? I just started getting this randomly without any apparent reason. I see that I have jison depending on it

@TobiaszCudnik Do you have a repro for this? For me it happens when I'm adding folders with "extension" in their name like the one I'm debugging but it's hard for me to find the actual reason

Does this happend when remote language client returned a wrong response? (like null for example or something)