Revision 289c3f13354eb2e5580e25698f92500d5c06cd0f authored by B2G Bumper Bot on 06 June 2014, 23:48:09 UTC, committed by B2G Bumper Bot on 06 June 2014, 23:48:09 UTC
1 parent b230464
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