Re: Debugger launched after closing the app window.
Re: Debugger launched after closing the app window.
- Subject: Re: Debugger launched after closing the app window.
- From: "Michael Ash" <email@hidden>
- Date: Sun, 7 Dec 2008 15:58:36 -0500
On Sun, Dec 7, 2008 at 8:47 AM, Gustavo Pizano
<email@hidden> wrote:
> Hello Everybody.
>
> I dunno why, but I have been looking into the the list for the answer and
> hadn't been able to find the solution. Sometimes when I close the main
> window of the app, the debugger its loaded, I have been checking my code
> looking for unreleased objects thinking this might be the cause, can some
> body explaing me why is this happening. It happens only if I close the main
> window from the red X button, it doesn't happens if I go to the app menu
> and click on the Quit label.
The whole idea of the debugger is to let you examine the program and
find out what's going on so you can figure out what's causing the
problem. Start out by looking at the reason it said that it dropped
you into the debugger, then look at the stack trace it gives you, and
those two should give you a good start.
Mike
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden