Home Running a Bot in a Debug Mode in Automation 360

Running a Bot in a Debug Mode in Automation 360

by sol-admin
341 views

The Debug tool in Automation 360 allows you to see each line your bot is executing during runtime, as well as details on how your variables are currently being filled. Once on debug mode, you will be able to pause/run your bot line by line, while seeing values being processed in real-time. This is especially helpful for longer or more complex bots and when inspecting your code while checking for bugs. Let’s find out how to run a bot in a debug mode.

This video demonstrates how to use the debugger to monitor variables and isolate potential problems in a bot. You’ll see how to enable breakpoints in your bot and run the debugger. The Bot will process the customer data in Excel, including names, rewards IDs, and then calculate the total points earned across customers.