Bug 777574 - Skip quickCheckAPI-B2.html on Linux. r=bjacob, a=test-only
[gecko.git] / .lldbinit
blob53624a4a43d6b35e7650aec5d37b65406dd1597e
1 # .lldbinit file for debugging Mozilla
3 # Mozilla's use of UNIFIED_SOURCES to include multiple source files into a
4 # single compiled file breaks lldb breakpoint setting. This works around that.
5 # See http://lldb.llvm.org/troubleshooting.html for more info.
6 settings set target.inline-breakpoint-strategy always