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

Method launchCommands

src/pemicro.ts:39–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 public launchCommands(): string[] {
40 const commands = [
41 ...genDownloadCommands(this.args, ['interpreter-exec console "monitor _reset"']),
42 'interpreter-exec console "monitor _reset"'
43 ];
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