JSONSelect
JSONSelect copied to clipboard
throw 42 makes debugging with "break on exception" unusable
var bail = function() { throw 42; };
Makes debugging with "break on exception" unusable. Please workaround this somehow if possible.
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)