Debugging Task Bot
Als PDF herunterladen
- Zuletzt aktualisiert2020/05/06
Debugging Task Bot
Automation Anywhere enables users to debug Task Bot Logic.
Procedure
-
Display the Debug Toolbar either:
- click Enable Debugging,
- or click the Debug menu and select Enable Debugging.
The Variable(s) Watch Table window is displayed. -
Insert Breakpoints in the Task.
Select a command and insert a Breakpoint either:
- click Toggle Breakpoint on the Debug Toolbar,
- or press F9.
- Debug the Logic action-by-action with the Step Over button (or the F10 function key).
- Run the task in Debug mode one command at a time to isolate any errors.
-
To remove a Breakpoint, select the command and either:
- click Toggle Breakpoint,
- or press F9.
To clear all Breakpoints, click the Clear All Breakpoints button on the Debug Toolbar. - Click Set SnapPoint to capture images of the Task while it runs. Click Visualize to view the images that are captured when using the Set SnapPoint option in Debug mode.
-
To stop debugging, either
- click Disable Debugging,
- or click the Debug menu and select Disable Debugging.
Note:- Automation Anywhere does not store debugging information (Breakpoints). When exiting application, be aware that all Breakpoint information will be lost.
- The Debug menu option is disabled for a protected bot.
- The Enable Debugging option is not available for a protected bot.