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

Method debugMsg

src/frontend/server_console.ts:125–127  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

123 }
124
125 public debugMsg(msg: string) {
126 GDBServerConsole.debugMsgStatic(this.ptyTerm, msg);
127 }
128
129 public static createTermName(want: string, existing: string | null): string {
130 let ret = want;

Callers 1

newBackendConnectionMethod · 0.95

Calls 1

debugMsgStaticMethod · 0.80

Tested by

no test coverage detected