Functions
get()
export
declare
function
get
()
:
Debuglet
|
undefined
;
Type | Description |
---|---|
Debuglet | undefined |
start(options)
export
declare
function
start
(
options
?:
DebugAgentConfig
|
StackdriverConfig
)
:
Debuglet
|
IsReady
;
Start the Debug agent that will make your application available for debugging with Stackdriver Debug.
Name | Description |
options | DebugAgentConfig
| StackdriverConfig
Authentication and agent configuration. [Introductory video] https://www.youtube.com/watch?v=tyHcK_kAOpw |
Type | Description |
---|---|
Debuglet | IsReady |
Example
debug
.
startAgent
();