Using CustomDump with lldb #116
Mr-Alirezaa
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I tried using CustomDump with lldb by writing a python script.
In my mind, the result of
customDump()
is nicer than Swift's owndump()
. Not only that, I think havingdiff()
in lldb is a huge benefit!While working on this, I had few thoughts and challenges that I thought I can share here.
.lldbinit
file or import it in every debugging session. Is there any other way to import the script only for a specific project (specially when the project is dependent to the swift-custom-dump)? Or it should be shipped similar to how facebook/chisel is shipped with homebrew?I would be happy to know your opinion on using swift-custom-dump this way!
Beta Was this translation helpful? Give feedback.
All reactions