MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / trace

Function trace

src/notebooks/debugger/kernelDebugAdapterBase.ts:147–149  ·  view source on GitHub ↗
(tag: string, msg: string)

Source from the content-addressed store, hash-verified

145 }
146
147 private trace(tag: string, msg: string) {
148 logger.debug(`[Debug] ${tag}: ${msg}`);
149 }
150
151 async onIOPubMessage(_: unknown, msg: KernelMessage.IIOPubMessage) {
152 logger.ci(`Debug IO Pub message: ${JSON.stringify(msg)}`);

Callers

nothing calls this directly

Calls 1

debugMethod · 0.65

Tested by

no test coverage detected