MCPcopy Index your code
hub / github.com/Marus/cortex-debug / serverConsoleLog

Method serverConsoleLog

src/gdb.ts:1036–1039  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

1034 }
1035
1036 public serverConsoleLog(msg: string) {
1037 const pid = this.miDebugger && this.miDebugger.pid > 0 ? this.miDebugger.pid : process.pid;
1038 ServerConsoleLog(`${this.args.name}: ` + msg, pid);
1039 }
1040
1041 protected async customRequest(command: string, response: DebugProtocol.Response, args: any) {
1042 const retFunc = () => {

Callers 7

customRequestMethod · 0.95
disconnectRequestMethod · 0.95
disconnectRequest2Method · 0.95
restartProcessingMethod · 0.95
quitEventMethod · 0.95

Calls 1

ServerConsoleLogFunction · 0.90

Tested by

no test coverage detected