Skip to content

Conversation

@3rdit
Copy link
Contributor

@3rdit 3rdit commented Dec 27, 2025

@xusheng6 identified that LLDB will incorrectly report the stop reason as Breakpoint instead of SingleStep when stepping onto an instruction that has a breakpoint set. This caused conditional breakpoints to evaluate their condition even when the user explicitly stepped to that location which continues execution unexpectedly. #941 (comment)

This fix tracks the last adapter operation and skips condition evaluation when the operation was a step (StepInto, StepOver, StepReturn, or their other variants). Condition evaluation now happens only when hitting breakpoints during Go/Continue operations.

@3rdit 3rdit changed the base branch from dev to test_conditional_breakpoint December 27, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant