6 lines
364 B
TypeScript
6 lines
364 B
TypeScript
declare function listScriptsAndSetBreakpoint(): Promise<void>;
|
|
declare function inspectWhenPaused(): Promise<void>;
|
|
declare function stepThroughCode(): Promise<void>;
|
|
declare function cleanupBreakpoints(): Promise<void>;
|
|
export { listScriptsAndSetBreakpoint, inspectWhenPaused, stepThroughCode, cleanupBreakpoints };
|
|
//# sourceMappingURL=debugger-examples.d.ts.map
|