Re: Xcode 3.1 step into
Re: Xcode 3.1 step into
- Subject: Re: Xcode 3.1 step into
- From: "Dr. Rolf Jansen" <email@hidden>
- Date: Tue, 2 Sep 2008 07:18:31 -0300
Am 02.09.2008 um 05:39 schrieb Seth Willits:
On Sep 1, 2008, at 9:19 PM, D.K. Johnston wrote:
When I try to step into a line like:
[self myMethod];
it executes the method without stepping through any of its lines:
it goes immediately to the line right after the call. If I set a
breakpoint within myMethod, it stops there and then steps through
just as one would expect, so I guess the code is being executed.
I see this happen too frequently. I don't know what causes it, but
it's happened to me for ages. It seems to me that sometimes the
communication between gdb and Xcode "degrades" for lack of a better
term. It starts doing all kinds of weird things (not stopping, not
stepping over, not stepping into, etc...). If I quit Xcode and start
again, it usually works perfectly.
I saw this too in one of my projects, while others did not show this
problem.
I disabled the "Accelerated Objective-C Dispatch" in the debug
configuration of my project, and that resolved the problem.
Best regards
Rolf Jansen
_______________________________________________
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