Add command to lldbinit to print objects using their concrete type; no bug. (NPOTB, DONTBUILD) rs=ehsan

This commit is contained in:
Cameron McCormack 2014-01-08 09:52:51 +11:00
parent 87dd06b75b
commit 4160c2d1c0

View File

@ -5,3 +5,5 @@
# 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