Re: Stupidish question - scoping a class to the console
Re: Stupidish question - scoping a class to the console
- Subject: Re: Stupidish question - scoping a class to the console
- From: Marco S Hyman <email@hidden>
- Date: Thu, 01 Sep 2016 12:01:45 -0700
> 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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden