Class SetBreakpointRequest (1.3.1)

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

Request to set a breakpoint

Attributes

NameDescription
debuggee_id str
Required. ID of the debuggee where the breakpoint is to be set.
breakpoint_ google.cloud.debugger_v2.types.Breakpoint
Required. Breakpoint specification to set. The field ``location`` of the breakpoint must be set.
client_version str
Required. The client version making the call. Schema: ``domain/type/version`` (e.g., ``google.com/intellij/v1``).

Inheritance

builtins.object > proto.message.Message > SetBreakpointRequest