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 953bdc6 commit 71fe19dCopy full SHA for 71fe19d
src/debugger/logTracker.ts
@@ -133,7 +133,7 @@ export class LoggingDebugAdapterTracker implements vscode.DebugAdapterTracker {
133
}
134
135
136
- private handleBreakpointFallback(rawMsg: unknown): void {
+ private handleBreakpointEvent(rawMsg: unknown): void {
137
try {
138
// Minimal typed view of the event payload we care about.
139
type FrameLike = { source?: { path?: string }; line?: number };
0 commit comments