Skip to content

fix(debugger): only notify on actual breakpoint hits, not step operations#7

Merged
CalvinAllen merged 1 commit into
mainfrom
fix/debugger/notification-on-step
Dec 22, 2025
Merged

fix(debugger): only notify on actual breakpoint hits, not step operations#7
CalvinAllen merged 1 commit into
mainfrom
fix/debugger/notification-on-step

Conversation

@CalvinAllen

Copy link
Copy Markdown
Collaborator

Summary

  • Use IDebugBreakpointEvent2 instead of DBGMODE_Break to detect breakpoint hits
  • Prevents notification from firing on every step (F10/F11) operation

Test Plan

  • Set a breakpoint and run debugger - notification should appear
  • Step with F10/F11 - notification should NOT appear
  • Continue (F5) to another breakpoint - notification should appear

Fixes #2

…ions

Use IDebugBreakpointEvent2 instead of DBGMODE_Break to detect when a
breakpoint is hit. This prevents the notification from firing on every
step (F10/F11) operation.

Fixes #2
@CalvinAllen CalvinAllen merged commit 19b8884 into main Dec 22, 2025
1 check passed
@CalvinAllen CalvinAllen deleted the fix/debugger/notification-on-step branch December 22, 2025 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Message box displayed even after breakpoint being hit

1 participant