lldb-api :: functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py doesn't stop on breakpoint condition #100486
Labels
lldb
platform:windows
question
A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
test-suite
On windows x86_64 this test stops on the set breakpoint when
val == 1
if the breakpoint condition is set on the SBBreakpointLocation rather than the SBBreakpoint directly. Setting the condition on the breakpoint itself, seems to fix the issue.The text was updated successfully, but these errors were encountered: