Robotiive now provides a Debugger. This tool helps you identify and fix issues in your script by allowing you to step through your actions and inspect its state at various points. It is a powerful feature that can help you debug your code quickly and effectively.
This can be useful for debugging and identifying issues in your script, as you can step through the actions and see how it behaves at different points. Once you have identified the issue, you can fix it and continue the script execution from the breakpoint.
📢 This tool will automatically be triggered when a breakpoint is encountered while running (executing) a script.
The Robotiive debugger tool consist of two parts:
Breakpoints: All inspected breakpoints in your script by their line number, associated action, and its inherent Task and Project name.
State of Runtime Variables: The state of runtime variables within the task. The first column shows the Variable Type with its notation, the second column shows the Variable Name, and the third column shows the current value within those variables.
This article is very helpful. Thank you.