JSONSelect icon indicating copy to clipboard operation
JSONSelect copied to clipboard

throw 42 makes debugging with "break on exception" unusable

Open TobiaszCudnik opened this issue 13 years ago • 1 comments

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

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

TobiaszCudnik avatar Feb 03 '12 15:02 TobiaszCudnik

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)

doivosev avatar Dec 16 '16 07:12 doivosev