Sticky breakpoints
Sticky breakpoints
- Subject: Sticky breakpoints
- From: Ken Brooks <email@hidden>
- Date: Wed, 16 Jun 2004 09:49:25 -0400
I have a networking app, so I'm often running it from Terminal (in two separate windows). But sometimes I need to run the debugger to see what's going on inside. And sometimes, after hitting a breakpoint in the code and then running another instance of the program from Terminal, that second instance will terminate with this message:
/cmdir ken$ ./cm -c
Trace/BPT trap
And even if I quit the debug session, delete the app, and rebuild it, this message is still happening - although I made no changes to the code. I can only recover by retrieving last night's backup of the whole project! What could be going on here?
BTW, during a Debug session I'm not seeing my output to stderr anywhere. Where should it be appearing?
Ken Brooks
Sparkling Light Software
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.