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