debugger got targets confused
debugger got targets confused
- Subject: debugger got targets confused
- From: crucial felix <email@hidden>
- Date: Tue, 17 Dec 2002 22:18:45 -0500
has anyone ever seen this:
i have commented out several NSLogs
i have added different ones.
i have cleaned the target, even trashed the build folder, but when i
compile and run the
app the old NSLogs are being posted and not the new ones.
i run it in the debugger. it steps through the source file as though
it were executing that,
but skips big blocks of code.
it stops at breakpoints that aren't there. it stops at imaginary
breakpoints down at the bottom by
@end.
and i just figured out its because it somehow thinks its on my UnitTest
target, not my app target.
although its running the App (the app runs, the gui works).
i used command-R and on the main project page, the target was set to
UnitTest. but on the build,
it showed App.
i suppose i should file this as a bug, but i thought i would bring it
up here.
-felix
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.