Re: Data Formatters don't
Re: Data Formatters don't
- Subject: Re: Data Formatters don't
- From: David Dunham <email@hidden>
- Date: Fri, 25 Feb 2005 14:00:26 -0800
Chris
Data formatters that need to load code, like the carbon data
formatters, are broken in Xcode 1.5.
You can work around it with this ~/.gdbinit script. But as it says, it
prevents breaking on main(). You can just include the 'define
carbonFormatters' command in your ~/.gdbinit and then issue
'carbonFormatters' in the debugger console when you want them loaded.
However, they will not be available in the current frame, you will need
to step out if you want the formatters to show the next time you stop
in the same place. If you don't care you can just continue debugging
and other places you stop will use the carbon data formatters.
Cool, though unfortunately the fb never actually fires. I'm still
trying to figure out that one...
(Also, you probably want to do the same with CFDataFormatters.)
--
David Dunham A Sharp, LLC
Voice/Fax: 206 783 7404 http://a-sharp.com
Efficiency is intelligent laziness.
_______________________________________________
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