When debugging a pattern that fails to parse a JSON response, which tool in the Pattern Designer provides the most granular view of the variable state after a 'Parse JSON' step?
Trap 1: Pattern Log
Logs show execution flow, not variable memory state.
Trap 2: The CMDB CI Class Manager
Class Manager manages attributes, not pattern execution state.
Trap 3: The Discovery Status record
Status records provide high-level error summaries.
- A
The 'Variables' tab in the Debugger
The Variables tab shows the content of the temporary memory during the current debug session.
- B
Pattern Log
Why wrong: Logs show execution flow, not variable memory state.
- C
The CMDB CI Class Manager
Why wrong: Class Manager manages attributes, not pattern execution state.
- D
The Discovery Status record
Why wrong: Status records provide high-level error summaries.