prevent gdb stepping into dyld_stub_XXX on step over?
prevent gdb stepping into dyld_stub_XXX on step over?
- Subject: prevent gdb stepping into dyld_stub_XXX on step over?
- From: Jim Correia <email@hidden>
- Date: Mon, 21 Jan 2008 16:44:22 -0500
I have a project that I was previously building with Xcode 2.4 on
10.4.x.
I'm now building the project with Xcode 3 on 10.5.1.
When I "Step Over" in the debugger, I often end up in "runtime" code I
don't care about. Examples of this are dynamic casts and ending up in
dyld_stub_XXX (dyld_stub_GetWindowBounds is a concrete example.) This
did not happen with Xcode 2.4 (And I don't see it when building sample
projects with Xcode 3.0)
How can I prevent this?
The current debugg settings for this project are DWARF, default level
of debug symbols.
Thanks,
Jim
_______________________________________________
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