MCPcopy Create free account
hub / github.com/Marus/cortex-debug / launchCommands

Method launchCommands

src/stutil.ts:37–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 public launchCommands(): string[] {
38 const commands = [
39 'interpreter-exec console "monitor halt"',
40 ...genDownloadCommands(this.args, ['interpreter-exec console "monitor reset"']),
41 'interpreter-exec console "monitor reset"'
42 ];
43 return commands;
44 }
45
46 public attachCommands(): string[] {
47 const commands = [

Callers

nothing calls this directly

Calls 1

genDownloadCommandsFunction · 0.90

Tested by

no test coverage detected