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
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:
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: