Re: debug problem [solved]
Re: debug problem [solved]
- Subject: Re: debug problem [solved]
- From: Eric Ocean <email@hidden>
- Date: Sat, 9 Oct 2004 17:33:04 -0700
After working with people over on the xcode-users list *(where I moved the discussion after it became clear it was related to a tool issue), it was discovered that the problem was the Test build style I was using for Unit Testing (with SetTestKit). The unit tester would start up my app behind the scenes, which would execute my startup code. Then, the app would
restart and I'd drop into the debugger. Halting on main() indicated that my code had already been called (which was very odd if you didn't know the unit tester was running before hand–I didn't).
Using a different build style solved the problem.
Regards,
Eric Ocean
On Oct 9, 2004, at 5:28 PM, Max Barel wrote:
Sorry, no answer but a question:
Is there any UI object in a nib file, related to these properties and/or objects? Do you use binding on some related properties?
Le 9 oct. 04, à 21:39, Eric Ocean a écrit :
Okay, the plist is updating before main() is called. Unbelievable. The file will not update if I do not launch my application, so I'm assuming that it's a safe bet that my application is doing the updating. Could I be wrong about this?
Where do I go from here?
Regards,
Eric Ocean _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden