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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
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_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. |
LOG | Log each breakpoint hit. The breakpoint remains active until deleted or expired. |
LOG_VALUE | Log each breakpoint hit. The breakpoint remains active until deleted or expired. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |