MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / onLogging

Method onLogging

src/debug/dart_debug_protocol.ts:368–370  ·  view source on GitHub ↗
(callback: (message: string) => void)

Source from the content-addressed store, hash-verified

366
367 // TODO: This API doesn't make it obvious you can only have one subscriber.
368 public onLogging(callback: (message: string) => void) {
369 this.logging = callback;
370 }
371
372 public getVersion(): Promise<DebuggerResult> {
373 return this.callMethod("getVersion");

Callers 1

initDebuggerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected