Re: Step into not working for methods but works for functions
Re: Step into not working for methods but works for functions
- Subject: Re: Step into not working for methods but works for functions
- From: Andreas Eriksson <email@hidden>
- Date: Sun, 22 Feb 2009 14:24:33 +0100
Thanks for trying it out!
I did find a solution, or perhaps more of a workaround: if I disable "Accelerate Objective-C dispatch" then "step into" works correctly even when I link all my source files.
Accelerate Objective-C dispatch seems to be enabled by default in Debug Configuration, and it works when I only link main.cpp. For some reason it stops working in bigger applications, I guess.
/ Andreas
On Sun, Feb 22, 2009 at 11:58 AM, ANE
<email@hidden> wrote:
I'm stupid. I _can_ test ppc settings (next time I'll read the Xcode - manual)...
ppc64 doesn't work
ppc works fine (step into)
Nevertheless I have no idea why....
Am 22.02.2009 um 11:21 schrieb ANE:
Sounds strange... After some experiments I could partially reproduce your problem: If "Active Architecture" is set to x86_64 the "Step Into" button doesn't work. Unfortunately I'm running an Intel Mac so I can't test ppc-settings...
Am 22.02.2009 um 10:02 schrieb Andreas Eriksson:
> Active configuration is set to "Debug"?
Yes, the configuration is set to "Debug", generate debug symbols is checked, lazy symbol loading is off. Debugging works fine, except that "step into" steps over method invocations.
As I mentioned previously, I tried adding a new Cocoa Application target in my project and it still didn't work. But if I remove all my source files except my main.cpp file (which includes a small dummy class that I try calling first thing in main() ) it works! Then, without changing any settings, I re-add all the other source files and "step into" stops working!
_______________________________________________
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
ANE
_______________________________________________
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
ANE
_______________________________________________
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