Package @google-cloud/debug-agent (7.1.1)

Functions

get()

export declare function get(): Debuglet | undefined;
Returns
TypeDescription
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
NameDescription
optionsDebugAgentConfig | StackdriverConfig

Authentication and agent configuration.

[Introductory video]https://www.youtube.com/watch?v=tyHcK_kAOpw

Returns
TypeDescription
Debuglet | IsReady

Example


debug.startAgent();