You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: