Part 6 – Observability and debugging¶
Audience: Intermediate
Goal: Debug a program with breakpoints and observe execution logs.
- Load tests/data/02-personalized-greeting.pb in VSCode.
- Launch the playbooks program in debug mode using the Run menu from VSCode (see Integrations > VSCode) and step through.
- You can step through the program and observe variables and the call stack.