vscode-firefox-debug icon indicating copy to clipboard operation
vscode-firefox-debug copied to clipboard

DOMException without any helpful information

Open Omcsesz opened this issue 3 years ago • 3 comments

Hello, Team!

When trying to start a debug session in VSCode, I get an error message: UnhelpfulMessageWhenStartingDebugger I did not set any additional breakpoints in my program. My problem is that it does not tell anything about what I did wrong. Can you please improve on this?

Omcsesz avatar Dec 19 '22 12:12 Omcsesz

Hello, so the getNetErrorInfo function you were calling doesn't seem to be standard, so I don't know what kind of exception you're getting. Would you remember what it was?

I did not set any additional breakpoints in my program

It looks like VS Code has the "Uncaught exception" checkbox checked by default, which is why the debugger pauses here.

nchevobbe avatar Feb 09 '24 15:02 nchevobbe

Would you remember what it was?

No, I left that project, so I don't have access to the code anymore.

Omcsesz avatar Feb 11 '24 11:02 Omcsesz

alright, thanks for your answer. I'll try to replicate a similar issue to see what's happening

nchevobbe avatar Feb 12 '24 06:02 nchevobbe