We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8514af7 commit 29fd68fCopy full SHA for 29fd68f
src/etc/lldb_batchmode.py
@@ -121,7 +121,7 @@ def listen():
121
global new_breakpoints
122
breakpoint = lldb.SBBreakpoint.GetBreakpointFromEvent(event)
123
print_debug("breakpoint added (not really...), id = " + str(breakpoint.id))
124
- # new_breakpoints.append(breakpoint.id)
+ new_breakpoints.append(breakpoint.id)
125
wait_count += 1
126
except:
127
print_debug("breakpoint listener shutting down")
0 commit comments