Re: xcode problem
Re: xcode problem
- Subject: Re: xcode problem
- From: Chris Espinosa <email@hidden>
- Date: Tue, 8 Jan 2008 10:20:07 -0800
On Jan 8, 2008, at 12:05 AM, Shuang Qin wrote:
We have an carbon application and always debug it with Xcode, but we
met a problem after we move to new mac machine (10.5, xcode 3.0).
We start this application then attach to it using xcode. The problem
is we found Xcode GUI has no response for our debug (we uncheck the
"lazy loading" option) , it only switch between running and pause
state. It looks like this application is not loaded into debugger.
Is it a bug of Xcode?
In Xcode > Preferences > Debugging, check the GDB Log check box, try
to debug your application, and post the contents of the log file in
the path given in the GDB Log path field.
The most likely cause is that you are trying to debug the Release
configuration, which is built without debug symbols.
Chris
_______________________________________________
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