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

Method launchCommands

src/jlink.ts:42–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 public launchCommands(): string[] {
43 const commands = [
44 'interpreter-exec console "monitor halt"',
45 ...genDownloadCommands(this.args, ['interpreter-exec console "monitor reset"']),
46 'interpreter-exec console "monitor reset"'
47 ];
48 return commands;
49 }
50
51 public attachCommands(): string[] {
52 const commands = [

Callers

nothing calls this directly

Calls 1

genDownloadCommandsFunction · 0.90

Tested by

no test coverage detected