Functions
get()
export
declare
function
get
()
:
Debuglet
|
undefined
;
Returns
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.
Parameter
Name
Description
options
DebugAgentConfig
| StackdriverConfig
Authentication and agent configuration.
[Introductory video] https://www.youtube.com/watch?v=tyHcK_kAOpw
Returns
Type
Description
Debuglet
| IsReady
Example
debug
.
startAgent
();

