Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOMException without any helpful information #313

Open
Omcsesz opened this issue Dec 19, 2022 · 3 comments
Open

DOMException without any helpful information #313

Omcsesz opened this issue Dec 19, 2022 · 3 comments

Comments

@Omcsesz
Copy link

Omcsesz commented Dec 19, 2022

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?

@nchevobbe nchevobbe added the needs more info Blocked by feedback from the reporter label Feb 9, 2024
@nchevobbe
Copy link
Member

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.

@Omcsesz
Copy link
Author

Omcsesz commented Feb 11, 2024

Would you remember what it was?

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

@nchevobbe nchevobbe added enhancement and removed needs more info Blocked by feedback from the reporter labels Feb 12, 2024
@nchevobbe
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants