Improve a comment in .lldbinit; no bug. (DONTBUILD)

This commit is contained in:
Cameron McCormack 2014-01-13 14:14:35 +11:00
parent 4c5cb7d5d9
commit 0c590c378c

View File

@ -5,5 +5,7 @@
# 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.
# Show the dynamic type of an object when using "expr". This, for example,
# will show a variable declared as "nsIFrame *" that points to an nsBlockFrame
# object as being of type "nsBlockFrame *" rather than "nsIFrame *".
settings set target.prefer-dynamic-value run-target