mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
10 lines
436 B
Plaintext
10 lines
436 B
Plaintext
# .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
|
|
|
|
# Deduce the concrete types of objects and pointers when printing them.
|
|
settings set target.prefer-dynamic-value run-target
|