Web Debugger Tool - Step by Step Broken

Seems like a new bug is causing the Step by Step debugger to not be fit for purpose any longer. Now, what I am experiencing is that any actions that are to delete something from the DB when viewed in step by step mode and using ability to click onto expressions to see in the debugger evaluation section, the data is showing as empty because the actions are ALREADY running.

When I have custom event setup like this below

I would expect as had been the case for past 7+ years, the debugger in step by step mode will not run those actions until I ‘step through them’ but now, that is not the case, the actions run immediately and the step by step debugger is now worthless as you can not inspect what values are being used in the actions since the actions already ran and values already removed from the DB.

The issue for me thankfully is not causing the wrong values to be deleted, it just makes it so that the Step by Step debugger is now worthless as we can not inspect properly the values to be used in the actions.

@fede.bubble is this a known bug? I don’t want to waste resources and overwhelm support with more tickets if this is a known bug that is already planned on not being addressed.

I believe server-side actions may run before the action appears in the step-by-step debugger. You’ll probably get more details on the why/how with a ticket to support