Revision 5d007de5752c0ddf7149b04f6e0b784a9da07693 authored by Kartikaya Gupta on 21 January 2014, 21:27:20 UTC, committed by Kartikaya Gupta on 21 January 2014, 21:27:20 UTC
1 parent bb39c7a
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