Revision d358238d2c4298e0efbb5fdcf28fa910880ff332 authored by B2G Bumper Bot on 27 May 2014, 19:28:02 UTC, committed by B2G Bumper Bot on 27 May 2014, 19:28:02 UTC
1 parent 7c100a8
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