Debugger Mute Functionality

I noted a change in the debugger behavior earlier this year that hasn’t really been an issue for me till now. It’s regarding the global mute behavior in the workflow debugger. My observation is that now if I ‘Mute All’, the debugger disconnects. Generally this is not a big problem, but I’m now trying to debug the main webhook handler that is consuming lots of data with lots and lots of debug nodes.

I’d like to be able to ‘Mute All’ and then simply ‘UnMute’ a single debug node. The problem is that once you click ‘Mute All’ , ‘UnMuting’ a single debug node doesn’t reconnect the debugger.

Thanks

Thanks for the report, but I’m not seeing the behavior you’re describing. After I mute all Debug Nodes using the “Mute All” icon button in the debug panel, the stream disconnects and reconnects to apply that change as expected. And then when I unmute a single node, the stream disconnects and reconnects again with output from that one node appearing in the log.

Are you getting any kind of error messages either in the debug panel or in your browser’s network tab? Can you also PM me a link to the workflow in question so I can test your case directly?