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
Родитель 87dd06b75b
Коммит 4160c2d1c0
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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