I’ve found that when looking for corner condition workflow cases, I have to wait some time before the condition presents. And often by the time I see it, other debug messages have flooded in and my target message is ejected from the queue. I can certainly ‘Mute’ all debug messages to achieve the objective, but in most cases I want to see the debug messages just before my corner condition.
I would really value a capability to BREAK ON FIRST INSTANCE of a Debug statement that matches my filter. By BREAK, I really mean that we mute all Debug Nodes and Pause the Debug output.