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

Debugging: catch exceptions and name pattern when in batch mode #244

Open
matentzn opened this issue Sep 4, 2020 · 0 comments
Open

Debugging: catch exceptions and name pattern when in batch mode #244

matentzn opened this issue Sep 4, 2020 · 0 comments

Comments

@matentzn
Copy link

matentzn commented Sep 4, 2020

Currently when dealing with dozens or hundreds of patterns, its impossible to figure out which pattern causes the issue when something fails, for example like this:

image

The only thing I can do is binary search (deleting patterns until I find the one causing the issue), but that costs a lot of time. Can we, in batch mode, catch any exceptions and inform the user which pattern is at fault?

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