Re: gdb can't resolve breakpoints
Re: gdb can't resolve breakpoints
- Subject: Re: gdb can't resolve breakpoints
- From: Douglas Norton <email@hidden>
- Date: Sat, 2 Feb 2008 10:07:38 -0800
You should search the archive before posting, these breakpoints
turning yellow issue has been discussed several times.
From my response to one of these earlier threads:
I solved the blue->yellow issue on my Mac by opening the Xcode
prefs, selecting debugging, and turning off the 'Load symbols
lazily" option.
I also had problems where my variables were all unknown when the
debugger stopped, and I fixed that by swapping from STABS to DWARF.
I am now investigating an issue where Xcode re-arranges entries in
some lines in project.pxproj, without any material changes. This is
messing with my source control system right now.
Douglas
On Feb 2, 2008, at 6:21 AM, Thijs Koerselman wrote:
Hi list,
I've been using Xcode 3 for developing a series of plugins.
Everything always worked fine, but now one of my plugin projects
doesn't resolve the breakpoints anymore when I launch the debugger.
The plugin host and xcode are both fine, because the other projects
still work and debug as always. I've been comparing project settings
and can't find any differences. I used to work before on this one as
well. I've tried everything I can think of, incl cleaning and
trashing the build folders. It's really driving me nuts!
I get the following GDB warning when I launch it wit a breakpoint at
line 221 in my code:
Warning - No location found for "myplug.c:221"
Normally I don't get these kind of warnings. The breakpoints turn
yellow and are resolved when I load the plugin into the host. In
this case the breakpoints turn yellow and then never get resolved.
I know it's a shot in the dark but does anyone have a clue what
might be going wrong?
Cheers,
Thijs
_______________________________________________
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
_______________________________________________
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
- Prev by Date:
Re: Return key in Find dialog Do you mean manually edit a file somewhere on the system which contains the key bindings? If so, pleqse could you give me a clue where to find it, because Spotlight and 'find' aren't having any luck... Thanks On 1 Feb 2008, at 16:52, Chris Espinosa wrote: On Feb 1, 2008, at 7:36 AM, Jonny Taylor <email@hidden> wrote: Please see the discussion in this recent thread from the list archives: <http://lists.apple.com/archives/Xcode-users/2008/Jan/msg00506.html> Thanks joar, don't know how I missed that when I searched the archives. Can somebody clarify what Chris Espinosa means, please, when he says it's fixed in the next minor release of Xcode? I can't find a more recent version of Xcode on the apple website (I have IDE build 921.0). Maybe I'm being blind again. Is this a not-yet-released fix? If so, is there a manual edit I can make to the key bindings? I can't immediately see any binding that could be causing this prob lem. It has already been fixed, and that fix will be available in an upcoming Xcode release. The problem is due to the use of a Return character rather than a newline in the PBX_indentFriendlyInsertTab: key binding. You can fix it yourself in your own copy of the Metrowerks-compatible Key Bindings. Chris
- Next by Date:
Re: gdb can't resolve breakpoints
- Previous by thread:
gdb can't resolve breakpoints
- Next by thread:
Re: gdb can't resolve breakpoints
- Index(es):