mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Improve a comment in .lldbinit; no bug. (DONTBUILD)
This commit is contained in:
parent
4c5cb7d5d9
commit
0c590c378c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user