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

Feature Request: Allow ignore exceptions from specific source #442

Open
heckerpowered opened this issue Sep 9, 2022 · 1 comment
Open

Comments

@heckerpowered
Copy link

Some projects (such as games) will use try to catch exceptions in the main loop, which will cause the program to not generate uncaught exceptions, and if it breaks when an exception is caught, this will cause the debugger to break indefinitely (because exceptions are generated all the time and cannot be masked from the specified source)

@testforstephen
Copy link
Contributor

@heckerpowered We have already provided a user setting java.debug.settings.exceptionBreakpoint.skipClasses to skip the specified classes when breaking on exceptions. Do you have a try on it?

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