Another "Step Over" Debug Problem
Another "Step Over" Debug Problem
- Subject: Another "Step Over" Debug Problem
- From: Nick Nallick <email@hidden>
- Date: Tue, 17 Jan 2006 08:17:31 -0700
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:
This email sent to email@hidden