Re: Slow debugger loading
Re: Slow debugger loading
- Subject: Re: Slow debugger loading
- From: Chris Espinosa <email@hidden>
- Date: Tue, 30 May 2006 19:56:30 -0700
On May 30, 2006, at 5:31 PM, Bruce Truax wrote: I thought that Zero Link was supposed to speed up the debug process. What is the point of ZeroLink if it slows things down?
Depending on the structure of your application and how much code it needs to load in order to get to the runloop, this can be a big win—or a big lose. There are specific issues discussed in the documentation that take up a lot of time at launch. Generally, if launch time under ZeroLink is prohibitively slow, then your launch time in the normal case is probably slower than it needs to be.
Your choices are to restructure your launch-time code loading to make ZeroLink useful and make your app faster for end users, or don't use ZeroLink.
Chris
|
_______________________________________________
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