Stackdriver Debugger V2 Client - Class Action (1.4.16)

Reference documentation and code samples for the Stackdriver Debugger V2 Client class Action.

Actions that can be taken when a breakpoint hits.

Agents should reject breakpoints with unsupported or unknown action values.

Protobuf type google.devtools.clouddebugger.v2.Breakpoint.Action

Methods

name

Parameter
Name Description
value mixed

value

Parameter
Name Description
name mixed

Constants

CAPTURE

Value: 0

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.

Generated from protobuf enum CAPTURE = 0;

LOG

Value: 1

Log each breakpoint hit. The breakpoint remains active until deleted or expired.

Generated from protobuf enum LOG = 1;