The Debugging section on the Home tab

The Debugging section in IBM RPA Studio is the section that displays debugging options before entering the debugging mode. This section is on the Home tab.

  • Start
    Runs the script in debugging mode. You can select to run without debugging or to run in debugging mode with the step-by-step mode enabled. For more information, see Start options.

  • Toggle Breakpoint
    Adds a breakpoint to the highlighted line in your script. For more information, see Adding a breakpoint to the script.

  • Delete All Breakpoints
    Deletes all breakpoints from the script.

  • Attach To Schedule
    Attaches your IBM RPA Studio debugger to a scheduled job. For more information, see Debugging a scheduled script.

  • Attach To Runtime
    Attaches your IBM RPA Studio debugger to a running bot. For more information, see Debugging a script at run time in a remote computer.