Reference documentation and code samples for the Stackdriver Debugger Client class Firebase.
Implementation of the Firebase connection
Namespace
Google \ Cloud \ Debugger \ ConnectionMethods
__construct
| Parameter | |
|---|---|
| Name | Description |
config |
array
|
listDebuggees
List all registered debuggees.
| Parameters | |
|---|---|
| Name | Description |
args |
array
{ @type string $project The project ID } |
↳ project |
string
The project ID |
registerDebuggee
Register this process as a debuggee.
| Parameter | |
|---|---|
| Name | Description |
args |
array
|
listBreakpoints
List the breakpoints set for the specified debuggee.
| Parameter | |
|---|---|
| Name | Description |
args |
array
|
updateBreakpoint
Update the provided breakpoint.
| Parameter | |
|---|---|
| Name | Description |
args |
array
|
setBreakpoint
Sets a breakpoint.
| Parameters | |
|---|---|
| Name | Description |
args |
array
{ @type string $debuggeeId The Debuggee ID @type array $location The source location } |
↳ debuggeeId |
string
The Debuggee ID |
↳ location |
array
The source location |
| Returns | |
|---|---|
| Type | Description |
array |
|