MCPcopy
hub / github.com/microsoft/vscode-js-debug / load

Method load

src/test/test.ts:254–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

252 }
253
254 async load() {
255 await this.dap.configurationDone({});
256 await this.dap.attach({});
257 this._cdp!.Page.enable({});
258 this._cdp!.Page.navigate({ url: this._root._launchUrl! });
259 await new Promise(f => this._cdp!.Page.on('frameStoppedLoading', f));
260 await this._cdp!.Page.disable({});
261 }
262}
263
264export class NodeTestHandle implements ITestHandle {

Callers

nothing calls this directly

Calls 6

navigateMethod · 0.80
configurationDoneMethod · 0.65
attachMethod · 0.65
enableMethod · 0.65
onMethod · 0.65
disableMethod · 0.65

Tested by

no test coverage detected