Debugger not working
Debugger not working
- Subject: Debugger not working
- From: Manfred Lippert <email@hidden>
- Date: Fri, 2 Jan 2004 16:28:28 +0100
Hi,
what could Xcode cause not to start the debugger for a native target? I
have one Cocoa project with a native target, where the debugger does
not work. It does not start at all. There are no messages like "Loading
program into debugger..." in the console like in all my other Cocoa
projects when using the debugger. If I start the application with
"Debug Executable" it seems to be started in the same way as with "Run
Executable". There is no difference recognizable, only the debug window
opens, but no button is working and no output of the debugger is
displayed. E.g. the "Pause" button has no effect. There is no "dbg"
process visible when displaying all processes e.g. with "ps -ax" in the
terminal.
No problem with all my other projects, I've this problem only in one of
my projects.
I played with all possible settings (Zero Linking, Generate Debug
Symbols, Unstripped Product, Optimization Level, Fix & Continue, etc.)
and I also tried the same settings as with my working projects; I
cleaned and rebuild my project etc. etc. ... but no success at all. The
debugger is simply not used for this project. I really don't know why.
:-(
Any ideas?
What else can I try to make the debugger work with my project?
Regards,
Mani
_______________________________________________
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.