Revision dad54e9437dc91e0cc54b8d9039ffe6ba428d640 authored by Karl Tomlinson on 07 July 2014, 14:27:10 UTC, committed by Karl Tomlinson on 07 July 2014, 14:27:10 UTC
1 parent 2b0fec2
Raw File
.lldbinit
# .lldbinit file for debugging Mozilla

# Mozilla's use of UNIFIED_SOURCES to include multiple source files into a
# single compiled file breaks lldb breakpoint setting. This works around that.
# See http://lldb.llvm.org/troubleshooting.html for more info.
settings set target.inline-breakpoint-strategy always

back to top