Re: How to View Hex in Debugger
Re: How to View Hex in Debugger
- Subject: Re: How to View Hex in Debugger
- From: Jim Ingham <email@hidden>
- Date: Mon, 22 Jun 2015 10:26:23 -0700
> On Jun 21, 2015, at 10:15 AM, Peter Wagner <email@hidden> wrote:
>
> On this topic, has anybody ever figured out a way to see values inside of allocated memory on the XCode debugger? Code Warrior had a great system (command-A or fn-A) that let you view memory allocated "vectors" and "matrices" (and hyper-matrices!) as if they were just normally defined vectors, matrices, etc. That was invaluable during debugging.
>
I don't think there is a GUI way to do this, but "memory read -t <ElementType> -c <NumElements>" in the lldb console provides a way to see some memory as if it were an array of NumElements of ElementType.
Jim
> For the life of me, I cannot make XCode do this.
>
> (And I, too, still keep an old Mac that runs CodeWarrior: I can debug things in seconds that sometimes takes me hours to track down in XCode.)
>
> On Jun 5, 2015, at 6:58 PM, Tony Scaminaci <email@hidden> wrote:
>
>> I too find later versions of Xcode lacking intuitive functionality. I still have CodeWarrior on an old Quadra 950 and have to agree that CW was the gold standard IDE. It does seem that early Xcode versions were mimicking CW but over the years, the Xcode IDE has become harder to use
>
> ––––––––––––––––––––––––
>
> Peter
>
> ------------------------------------------------------------------
> Peter J. Wagner
> email@hidden
>
> "There is nothing divine about morality; it is a purely human affair." -- Albert Einstein
>
> _______________________________________________
> 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
_______________________________________________
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