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

Method attachRequest

src/gdb.ts:425–428  ·  view source on GitHub ↗
(response: DebugProtocol.AttachResponse, args: ConfigurationArguments)

Source from the content-addressed store, hash-verified

423 }
424
425 protected attachRequest(response: DebugProtocol.AttachResponse, args: ConfigurationArguments): void {
426 this.launchAttachInit(args);
427 this.processLaunchAttachRequest(response, true);
428 }
429
430 private normalizeArguments(args: ConfigurationArguments): ConfigurationArguments {
431 args.graphConfig = args.graphConfig || [];

Callers

nothing calls this directly

Calls 2

launchAttachInitMethod · 0.95

Tested by

no test coverage detected