Re: breakpoints ignored
Re: breakpoints ignored
- Subject: Re: breakpoints ignored
- From: Paul Walmsley <email@hidden>
- Date: Mon, 03 Apr 2006 19:57:38 +0100
In a small application I've created (by modifying a copy of Apple's
demo MultiNibTabView), I've put in breakpoints in several locations so
that I can step through these sections of code. But when I run the
program by choosing "Build and Debug" all my breakpoints are
ignored. The Breakpoint information window show them as enabled, and
I'm certain that these sections of code are being correctly executed.
Are you using static libraries? We have this problem all the time when
linking against static libraries. Either the debugger will ignore the
breakpoint, or it will hit the breakpoint and then gdb will crash. Not
much of a choice, really.
Are you able to set breakpoints from gdb directly? (ie not running in
xcode) I've found this to be only reliable method of debugging.
Paul
_______________________________________________
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