Module: Google::Devtools::Clouddebugger::V2::Breakpoint::Action
- Defined in:
- lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb
Overview
Actions that can be taken when a breakpoint hits. Agents should reject breakpoints with unsupported or unknown action values.
Constant Summary collapse
- CAPTURE =
Capture stack frame and variables and update the breakpoint. The data is only captured once. After that the breakpoint is set in a final state.
0
- LOG =
Log each breakpoint hit. The breakpoint remains active until deleted or expired.
1