"Change the debugging mode from providing only single-step (running once per node) to a more programming-like approach. After the robot is created, it remains in execution mode (executing one node after another). Debugging status (blocking) is entered only when breakpoints are set on nodes to view debugging information."
Add a 'run to the end' button for running directly to the final node after creating a robot. It will pause when encountering breakpoints.
Double-clicking on a script node creates or removes a breakpoint.
"Change the debugging mode from providing only single-step (running once per node) to a more programming-like approach. After the robot is created, it remains in execution mode (executing one node after another). Debugging status (blocking) is entered only when breakpoints are set on nodes to view debugging information."