MCPcopy Create free account
hub / github.com/nodejs/node / waitForDebugger

Method waitForDebugger

typings/internalBinding/inspector.d.ts:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 open(port: number, host: string): void;
23 url(): string | undefined;
24 waitForDebugger(): boolean;
25 asyncTaskScheduled(taskName: string, taskId: number, recurring: boolean): void;
26 asyncTaskCanceled(taskId: number): void;
27 asyncTaskStarted(taskId: number): void;

Callers 5

mainFunction · 0.65
runTestsFunction · 0.65
waitForDebuggerMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected