Revision 60d7e4d1e3443d4c1487864446fe3406d06590c1 authored by B2G Bumper Bot on 28 May 2014, 03:57:01 UTC, committed by B2G Bumper Bot on 28 May 2014, 03:57:01 UTC
1 parent 1f6f03d
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