You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(debugger): only notify on actual breakpoint hits, not step operations (#7)
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
0 commit comments