debug problem
debug problem
- Subject: debug problem
- From: Eric Ocean <email@hidden>
- Date: Sat, 9 Oct 2004 15:17:52 -0700
[I began this thread on cocoa-dev, but now believe it's an Xcode problem.]
If you subscribe to cocoa-dev, read there first.
The Xcode part is this: my application works correctly if I quit Xcode, relaunch Xcode and then run it, in either the debugger or as a normal application (command-R). If I continue to run the application in Xcode, without quitting, or recompiling my application, eventually it will start acting incorrectly (writing to a file when it shouldn't be–at least, that's the symptom because I can't see it being written in the debugger, or through log messages I've added to the single method that writes to that file.)
My application appears to execute code it shouldn't be (though I can't confirm that it is executing anything, other than it's effect on the file system). The code appears to be executed before main() is called, so it's unclear to me where to put a breakpoint.
Does
anyone have any idea how I can go about debugging this? I really need help with this.
Any fresh suggestion would be
greatly appreciated.
Regards,
Eric Ocean
_______________________________________________
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