UpdateActiveBreakpointRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request to update an active breakpoint.
Attributes |
|
|---|---|
| Name | Description |
debuggee_id |
str
Required. Identifies the debuggee being debugged. |
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.
|