Skip to content

Commit

Permalink
Add log entry for when we removed the breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Mar 2, 2023
1 parent 15b99ed commit 2bf3908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapters/DebugProtocolAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ export class DebugProtocolAdapter {
}
//if there were any unsuccessful breakpoint verifications, we need to ask the device to delete those breakpoints as they've gone missing on our side
if (unverifiableDeviceIds.length > 0) {
this.logger.warn('Could not find breakpoints to verify. Removing from device:', { deviceBreakpointIds: unverifiableDeviceIds });
void this.socketDebugger.removeBreakpoints(unverifiableDeviceIds);
}
this.emit('breakpoints-verified', event);
Expand Down

0 comments on commit 2bf3908

Please sign in to comment.