Skip to content

Instantly share code, notes, and snippets.

@izakpavel
Created April 16, 2020 10:25
Embed
What would you like to do?
example of a custom lldb command that prints Data as String
# example of a custom lldb command that prints Data as String
# store in your home (~) directory
command regex printData 's/(.+)/expr print(String(data: %1, encoding: .utf8))/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment