gdb can't resolve breakpoints
gdb can't resolve breakpoints
- Subject: gdb can't resolve breakpoints
- From: "Thijs Koerselman" <email@hidden>
- Date: Sat, 2 Feb 2008 14:21:19 +0000
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
- Prev by Date:
Re: NSViewController and IB -- what am I missing?
- Next 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
- Previous by thread:
Include external dependency headers via sub-project?
- Next by thread:
Re: gdb can't resolve breakpoints
- Index(es):