Debug
The Debug components in the RPA Desktop Design Studio enable writing logs to the console log and verify whether a project is running from the RPA Desktop Design Studio or a robot.
- Use the ConsoleLog component
Write a message to view the console log of RPA Desktop Design Studio by using the ConsoleLog component. - Use the IsRunningFromStudio component
Determine whether a project is run by studio as part of an automation Workflow using the IsRunningFromStudio component in RPA Desktop Design Studio. - Use the IsRunningInBotsession component
Determine if a project is running in a Bot session as part of an automation Workflow by using the IsRunningInBotsession component in RPA Desktop Design Studio. - Properties of the Debug components
Learn about the properties of the Debug components in RPA Desktop Design Studio.
Parent Topic:Utilities