DOMException without any helpful information
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?
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.
Would you remember what it was?
No, I left that project, so I don't have access to the code anymore.
alright, thanks for your answer. I'll try to replicate a similar issue to see what's happening