Re: Another "Step Over" Debug Problem
Re: Another "Step Over" Debug Problem
- Subject: Re: Another "Step Over" Debug Problem
- From: Perry Smith <email@hidden>
- Date: Tue, 17 Jan 2006 09:27:21 -0600
Is it possible for you to use gdb from the command level? It is not
too hard. That would tell you if it is a gdb bug or the Xcode
interface. It also may give you some clues as to what is happening.
gdb may be squawking about something that the Xcode interface is
ignoring.
On Jan 17, 2006, at 9:17 AM, Nick Nallick wrote:
I've loaded Xcode 2.2.1 on my shiny new Intel iMac, built the debug
configuration of my app for the native architecture, and started
debugging. For some reason, as I'm stepping through the code with
"step over" button in the toolbar the debugger will frequently act
as if I'd hit "continue", except the little red arrow stays at the
old line in the code. I've always noticed it when trying to step
over a C++ virtual method call but I don't know if that's
significant. Sometimes it will step over a method call
successfully but sometimes it will fail to stop after another
invocation of the same method call.
It's acting like I'm hitting optimized code of some kind but the
optimization level of both my project and target are set to "None [-
O0]. It works fine when running on a PPC machine. Is there
anything else in the configurations that I may have set wrong?
Thanks,
Nick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40easesoftware.net
This email sent to email@hidden
_______________________________________________
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