Skip to content

Commit

Permalink
Add command to lldbinit to print objects using their concrete type; n…
Browse files Browse the repository at this point in the history
…o bug. (NPOTB, DONTBUILD) rs=ehsan
  • Loading branch information
heycam committed Jan 7, 2014
1 parent 87dd06b commit 4160c2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .lldbinit
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 4160c2d

Please sign in to comment.