Re: Single stepping suddenly stopping in routines with no symbolics
Re: Single stepping suddenly stopping in routines with no symbolics
- Subject: Re: Single stepping suddenly stopping in routines with no symbolics
- From: "B.J. Buchalter" <email@hidden>
- Date: Fri, 22 Feb 2008 04:12:28 -0500
Also -- launching the app from the Finder and then attaching with
Xcode allows single stepping to work.
?????
So weird.
On Feb 22, 2008, at 4:07 AM, B.J. Buchalter wrote:
Here is another piece of info:
If I take one of my small projects, stepping works fine, so this is
not some sort of global state issue.
If I put a break-point at the first line of main() in my real
project, and then single step and continue, stepping works properly
for debugging later in the session.
This is a work-around that is not ideal, but I can live with for the
moment (and may help jim.correia) who reported this same problem on
Feb 5, 2008...
Anyone from the Xcode team have any idea? Almost seems like I may
have gotten to a limit in symbol size or something...
Best regards,
B.J. Buchalter
Metric Halo
http://www.mhlabs.com
On Feb 22, 2008, at 3:13 AM, B.J. Buchalter wrote:
Hi Folks,
All of a sudden, tonight, Xcode 3 on Mac OS 10.5.1 on Intel has
decided to stop in routines with no symbolics when I am single
stepping.
Up until this evening, this was working properly -- single stepping
would move to the next line of code with symbolic info.
Now, all of a sudden, it is acting as if the gdb "step-mode" is on.
If I execute "show step-mode" in the debugging console, it says
that it is off.
If I debug the same executable from the terminal with gdb, single
stepping works as expected -- skipping over code with no symbol
information.
I tried doing a clean build of my executable, with no change.
I am using DWARF as the debugging symbol type.
This is a Mach-O native Intel app.
I have tried with Lazy Symbol loading on and off.
Not sure what to do next, but unfortunately, all of a sudden,
debugging is really tough!
Any advice?
B.J. Buchalter
Metric Halo
http://www.mhlabs.com
_______________________________________________
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