We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a6748 commit 9f1a63aCopy full SHA for 9f1a63a
src/debugger/logTracker.ts
@@ -252,7 +252,7 @@ export class LoggingDebugAdapterTracker implements vscode.DebugAdapterTracker {
252
}
253
} catch (err) {
254
// eslint-disable-next-line no-console
255
- this.logger?.error(`Breakpoint fallback error: ${String(err)}`);
+ this.logger?.error(Error('Breakpoint fallback error', { cause: err });
256
257
258
0 commit comments