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 | StackdriverConfigAuthentication and agent configuration. [Introductory video]https://www.youtube.com/watch?v=tyHcK_kAOpw |
| Returns | |
|---|---|
| Type | Description |
Debuglet | IsReady |
|
Example
debug.startAgent();