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

Method launchUrlAndLoad

src/test/test.ts:603–610  ·  view source on GitHub ↗
(
    url: string,
    options: Partial<AnyChromiumLaunchConfiguration> = {},
  )

Source from the content-addressed store, hash-verified

601 }
602
603 async launchUrlAndLoad(
604 url: string,
605 options: Partial<AnyChromiumLaunchConfiguration> = {},
606 ): Promise<TestP> {
607 const p = await this._launch(this.buildUrl(url), options);
608 await p.load();
609 return p;
610 }
611
612 async disconnect(): Promise<void> {
613 return new Promise<void>(cb => {

Callers 12

prepareFunction · 0.80
breakpointsTest.tsFile · 0.80
doTestFunction · 0.80
variablesTest.tsFile · 0.80
evaluate.tsFile · 0.80
sourcesTest.tsFile · 0.80
threadsTest.tsFile · 0.80
stacksTest.tsFile · 0.80

Calls 3

_launchMethod · 0.95
buildUrlMethod · 0.95
loadMethod · 0.65

Tested by 1

prepareFunction · 0.64