> When I'm at a breakpoint, some variables are in scope. > > Maybe I'd like to perform an operation on them. > > Maybe I'd like to just dump the contents of my database.
Is there a reason you can’t use lldb commands stored in an .lldbinit file for the project? Or write python scripts that do exactly what you want for things that are more complicated than a simple command. The scripts can be imported in the .lldbinit. The command and script names can be as short or long as you like. Marc _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
