Enum Breakpoint.Action (1.13.0)

public enum Breakpoint.Action extends Enum<Breakpoint.Action> implements ProtocolMessageEnum

Actions that can be taken when a breakpoint hits. Agents should reject breakpoints with unsupported or unknown action values.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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.

CAPTURE = 0;

CAPTURE_VALUE

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.

CAPTURE = 0;

LOG

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

LOG = 1;

LOG_VALUE

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

LOG = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()