Enum Breakpoint.Action (1.42.0)

publicenumBreakpoint.ActionextendsEnum<Breakpoint.Action>implementsProtocolMessageEnum

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

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 = 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

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()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.