Reference documentation and code samples for the Stackdriver Debugger V2 Client class SetBreakpointRequest.
Request to set a breakpoint
Generated from protobuf message google.devtools.clouddebugger.v2.SetBreakpointRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ debuggee_id |
string
Required. ID of the debuggee where the breakpoint is to be set. |
↳ breakpoint |
Google\Cloud\Debugger\V2\Breakpoint
Required. Breakpoint specification to set. The field |
↳ client_version |
string
Required. The client version making the call. Schema: |
getDebuggeeId
Required. ID of the debuggee where the breakpoint is to be set.
Returns | |
---|---|
Type | Description |
string |
setDebuggeeId
Required. ID of the debuggee where the breakpoint is to be set.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getBreakpoint
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
Returns | |
---|---|
Type | Description |
Google\Cloud\Debugger\V2\Breakpoint|null |
hasBreakpoint
clearBreakpoint
setBreakpoint
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Debugger\V2\Breakpoint
|
Returns | |
---|---|
Type | Description |
$this |
getClientVersion
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
Returns | |
---|---|
Type | Description |
string |
setClientVersion
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |