Class UpdateActiveBreakpointRequest (1.0.2)

UpdateActiveBreakpointRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request to update an active breakpoint. .. attribute:: debuggee_id

Required. Identifies the debuggee being debugged.

:type: str

Attribute

NameDescription
breakpoint_ google.cloud.debugger_v2.types.Breakpoint
Required. Updated breakpoint information. The field id must be set. The agent must echo all Breakpoint specification fields in the update.