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

Option to exclude files from debugging #154

Open
ClaudeMetz opened this issue Nov 25, 2024 · 0 comments
Open

Option to exclude files from debugging #154

ClaudeMetz opened this issue Nov 25, 2024 · 0 comments

Comments

@ClaudeMetz
Copy link

I have a system in my mod that's rather rare I think: I raise custom events that I consume myself. It's a way to implement a listener-based approach to certain things rather than calling everything explicitly.

Anyways, the annoying thing with this is that when an error occurs in one of these internal events, it makes the debugger break twice, once inside the event, and then once where the event was raised. I'd like to avoid having to press continue twice (and opening another file) after most errors. I get that this is mostly a me-being-weird problem.

A solution that could work is to have a setting that lists files the debugger should not break in. I think I saw something of the like for a node debugger or something. Could be useful for other situations too potentially.

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

No branches or pull requests

1 participant