Enum DebuggerResource.DebuggeesResource.BreakpointsResource.ListRequest.ActionValueEnum
Only breakpoints with the specified action will pass the filter.
Namespace: Google.Apis.CloudDebugger.v2
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public enum DebuggerResource.DebuggeesResource.BreakpointsResource.ListRequest.ActionValueEnum
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. |
LOG | Log each breakpoint hit. The breakpoint remains active until deleted or expired. |