Actions that can be taken when a breakpoint hits.
Agents should reject breakpoints with unsupported or unknown
action values.
Values:
CAPTURE (0):
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 (1):
Log each breakpoint hit. The breakpoint
remains active until deleted or expired.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Class Action (1.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.7.0 (latest)](/python/docs/reference/clouddebugger/latest/google.cloud.debugger_v2.types.Breakpoint.Action)\n- [1.6.1](/python/docs/reference/clouddebugger/1.6.1/google.cloud.debugger_v2.types.Breakpoint.Action)\n- [1.5.0](/python/docs/reference/clouddebugger/1.5.0/google.cloud.debugger_v2.types.Breakpoint.Action)\n- [1.4.3](/python/docs/reference/clouddebugger/1.4.3/google.cloud.debugger_v2.types.Breakpoint.Action)\n- [1.3.2](/python/docs/reference/clouddebugger/1.3.2/google.cloud.debugger_v2.types.Breakpoint.Action)\n- [1.2.1](/python/docs/reference/clouddebugger/1.2.1/google.cloud.debugger_v2.types.Breakpoint.Action)\n- [1.1.0](/python/docs/reference/clouddebugger/1.1.0/google.cloud.debugger_v2.types.Breakpoint.Action)\n- [1.0.2](/python/docs/reference/clouddebugger/1.0.2/google.cloud.debugger_v2.types.Breakpoint.Action)\n- [0.1.5](/python/docs/reference/clouddebugger/0.1.5/google.cloud.debugger_v2.types.Breakpoint.Action) \n\n Action(value)\n\nActions that can be taken when a breakpoint hits.\nAgents should reject breakpoints with unsupported or unknown\naction values.\n\nValues:\nCAPTURE (0):\nCapture stack frame and variables and update\nthe breakpoint. The data is only captured once.\nAfter that the breakpoint is set in a final\nstate.\nLOG (1):\nLog each breakpoint hit. The breakpoint\nremains active until deleted or expired."]]