Enum DebuggerResource.DebuggeesResource.BreakpointsResource.SetRequest.CanaryOptionEnum
The canary option set by the user upon setting breakpoint.
Namespace: Google.Apis.CloudDebugger.v2
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public enum DebuggerResource.DebuggeesResource.BreakpointsResource.SetRequest.CanaryOptionEnum
Fields
Name | Description |
---|---|
CANARYOPTIONTRYDISABLE | Disable the canary for this breakpoint if the canary_mode of the debuggee is not CANARY_MODE_ALWAYS_ENABLED or CANARY_MODE_ALWAYS_DISABLED. |
CANARYOPTIONTRYENABLE | Enable the canary for this breakpoint if the canary_mode of the debuggee is not CANARY_MODE_ALWAYS_ENABLED or CANARY_MODE_ALWAYS_DISABLED. |
CANARYOPTIONUNSPECIFIED | Depends on the canary_mode of the debuggee. |