Skip to content

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

@matentzn

Description

@matentzn

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions