Before the presence of the debugger in Robotiive, we are always using the “Print to Output” action to check every single output variable from actions from the Output. It is fine when you only use one. But it will make your execution slower when you have hundreds of it in your thousand lines of actions.
We highly recommend you start using the debugger and remove all your “Print to Output” actions as many as possible. That will increase your script efficiency by reducing many lines of Print to Output action. Debugger will show all the variable values in your script at once (see the image below for reference).
📢 You can read the complete explanation about the debugger here.