MCPcopy Index your code
hub / github.com/Marus/cortex-debug / launchRequest

Method launchRequest

src/gdb.ts:420–423  ·  view source on GitHub ↗
(response: DebugProtocol.LaunchResponse, args: ConfigurationArguments)

Source from the content-addressed store, hash-verified

418 }
419
420 protected launchRequest(response: DebugProtocol.LaunchResponse, args: ConfigurationArguments): void {
421 this.launchAttachInit(args);
422 this.processLaunchAttachRequest(response, false);
423 }
424
425 protected attachRequest(response: DebugProtocol.AttachResponse, args: ConfigurationArguments): void {
426 this.launchAttachInit(args);

Callers

nothing calls this directly

Calls 2

launchAttachInitMethod · 0.95

Tested by

no test coverage detected