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

Method _init

src/test/test.ts:305–314  ·  view source on GitHub ↗
(adapter: DebugAdapter, target: ITarget)

Source from the content-addressed store, hash-verified

303 }
304
305 async _init(adapter: DebugAdapter, target: ITarget) {
306 this._adapter = adapter;
307 await this._session._init();
308 if (this._target.parent()) {
309 this.dap.configurationDone({});
310 this.dap.attach({});
311 }
312
313 return true;
314 }
315
316 async load() {
317 await this.dap.configurationDone({});

Callers

nothing calls this directly

Calls 4

_initMethod · 0.65
parentMethod · 0.65
configurationDoneMethod · 0.65
attachMethod · 0.65

Tested by

no test coverage detected