Debugger stops at Program Loaded
Debugger stops at Program Loaded
- Subject: Debugger stops at Program Loaded
- From: Phineas Phred <email@hidden>
- Date: Tue, 1 Aug 2006 14:56:23 -0700 (PDT)
I have been using the debugger in XCode 2.2.1/gdb
6.1-20040303 for sometime now. Everything has been
fine. Then today, I can not get the debugger to debug
my program. I start it up and it gives me this log in
the console window :
...
Loading program into debuggerÂ…
tty /dev/ttyp2
Program loaded.
unsigned short n; /* followed by n isegments */
unsigned long surf[2]; /* link to surfaces */
unsigned long next[2]; /* link to next intersecting
spline */
float tipr, totr; /* geom of cutter used if cutter
intersection */
unsigned short flags; /* various flags */
unsigned long bnd; /* link to surface union list
(SUL) */
struct {
unsigned short i; /* index into list */
float p; /* parametric distance to next point */
} bounds[2]; /* boundary info for parametric
intersection */
};
sizeof(struct db_inter1)"
if ( ! changeValue ) /* is it active? yes */
> > > > > > > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > >
Then it just hangs forever. I've tried restarting,
cleaning and rebuilding, turning off all breakpoints.
Nothing seems to work. The last thing that happened
before it stopped, I was at a break point in a Data
Browser Callback. In the status line it said something
about it timing out trying to get the data or
something like that.
HELP!!!
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
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