Re: Xcode 2.5: debugger does not not run
Re: Xcode 2.5: debugger does not not run
- Subject: Re: Xcode 2.5: debugger does not not run
- From: Jonas Maebe <email@hidden>
- Date: Fri, 25 Sep 2009 14:07:13 +0200
On 25 Sep 2009, at 13:53, Ed Gronenschild wrote:
I just found out why the debugger doesn't launch my
application: it's because I'm using only ppc architecture
for building the application whereas I'm on an Intel mac.
That's very annoying.
Is there a workaround for this, except for using an i386
architecture?
Not in Xcode. If you are familiar with the command line gdb, you can
use that one as documented at <http://developer.apple.com/legacy/mac/library/documentation/MacOSX/Conceptual/universal_binary/universal_binary_exec_a/universal_binary_exec_a.html#//apple_ref/doc/uid/TP40002217-CH210-235927
>
The best way to debug PPC code is a PPC machine though, in particular
since that's also the environment that your PPC users probably will be
using.
Jonas
_______________________________________________
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