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

Method logData

src/frontend/server_console.ts:121–123  ·  view source on GitHub ↗
(data: Buffer | string)

Source from the content-addressed store, hash-verified

119 }
120
121 public logData(data: Buffer | string) {
122 GDBServerConsole.logDataStatic(this.ptyTerm, data);
123 }
124
125 public debugMsg(msg: string) {
126 GDBServerConsole.debugMsgStatic(this.ptyTerm, msg);

Callers 1

newBackendConnectionMethod · 0.95

Calls 1

logDataStaticMethod · 0.80

Tested by

no test coverage detected