Skip to content
Snippets Groups Projects
Commit 4160c2d1 authored by Cameron McCormack's avatar Cameron McCormack
Browse files

Add command to lldbinit to print objects using their concrete type; no bug....

Add command to lldbinit to print objects using their concrete type; no bug. (NPOTB, DONTBUILD) rs=ehsan
parent 87dd06b7
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment