Hey @Akanksha, UiPath provides various options for debugging a project such as follows:
-
Steps are used to execute your project step by step. So, when you click on Step Into, it executes the next step and then it waits.
-
Validate button is used to validate your project and check if you have any errors or not. So, when you choose this option, UiPath will check if your automation has any errors and if it has any errors it will return you the error.
-
Breakpoints are the points at which you want to stop the execution and start debugging step by step. The breakpoints button offers two options:
-
Toggle Breakpoints
-
Remove All Breakpoints
-
Slow Step slows down your execution so that, you get a track of what is happening.
-
Options provide various highlighting options to highlight the activities. So, you can use this when you want to highlight any activity while you are debugging your project.