Certified Pega Robotics System Architect v8.0 (2019) — Question 7
You are debugging a project with several automations. You are particular about one specific value in a procedure automation and want to monitor the value while debugging.
Which debugging window do you use during the debugging process?
Answer options
- A. Locals
- B. Automation Watches
- C. Breakpoints
- D. Threads
Correct answer: D
Explanation
The correct answer is D, as the Threads window allows you to monitor the execution state of the program and inspect values as they change in real time. The Locals window shows local variables, Automation Watches is for adding specific expressions to track, and Breakpoints are used to pause execution rather than monitor values.