Re: gdb can't resolve breakpoints
Re: gdb can't resolve breakpoints
- Subject: Re: gdb can't resolve breakpoints
- From: "Thijs Koerselman" <email@hidden>
- Date: Sat, 2 Feb 2008 19:43:53 +0000
On Feb 2, 2008 7:06 PM, Chris Espinosa <
email@hidden> wrote:
Three things to try:
- Uncheck "load symbols lazily" in Xcode > Preferences > Debugging
- Delete and re-add the breakpoint. Make sure "myplug.c" is actually
built and installed.
- Make sure that the plugin is being loaded. If you're not hitting a
breakpoint in a plugin, perhaps the plugin loading is failing.
Thanks guys! Switching off "load symbols lazy" did the trick. I didn't
expect it to be such a common thing, since all my other projects were
fine up till now. I already spend hours on it and was getting really
frustrated. I'll search the archives a bit better next time.
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: gdb can't resolve breakpoints
- Next by Date:
Xcode - Beginner Question.
- Previous by thread:
Re: gdb can't resolve breakpoints
- Next by thread:
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
- Index(es):