Breakpoint Filter Addition

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.

I follow you; pausing output is done all browser-side (the debug stream remains open and receives messages but we just pause them displaying in the panel). I’ll file a feature request for this and see if we can figure out a good approach to get what you’re after. Thanks.