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

Method launchCommands

src/pyocd.ts:40–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

genDownloadCommandsFunction · 0.90

Tested by

no test coverage detected