Chapter 13: Debugging
Software development projects will rarely be perfect, as various kinds of errors can hamper the project execution. Debugging is a multistep process that involves identifying and removing these errors/bugs from a given project to make it function correctly as intended and without errors.
Just like any other Integrated Development Environment (IDE), UiPath Studio offers several options to help you with the debugging process of locating bugs quickly, especially in large and complex workflows. It helps you view each activity's execution, verify what data it gets, and check whether there are errors in producing output. In addition, it provides a real-time engine that checks for errors while working with the workflow.
In this chapter, you will learn how to use the different debugging actions from the DEBUG ribbon bar, and how different debugging panels and breakpoints help rectify bugs during the debugging process. You will also learn how to test an individual...