Re: Clear all breakpoints
Re: Clear all breakpoints
- Subject: Re: Clear all breakpoints
- From: David Dunham <email@hidden>
- Date: Thu, 18 Oct 2007 10:58:55 -0700
On 18 Oct 2007, at 10:08, R.L. Grigg wrote:
On the one hand, it's great that OSX is so flexible that you can
implement missing functionality externally via script, but the
whole point, being that OSX is now up to Leopard, is that a script
shouldn't have to be used for such a common task: dropping/
disabling all (non-global) breakpoints. Sure looks like an
oversight in the product to me.
I'm guessing it's not as common a task as some people think. Of
course I make breakpoints while debugging and want to get rid of them
once I've solved a bug, but in my Carbon app I have a breakpoint set
at onLuaPanic (so I can see the stack if there's a problem running a
Lua script), and in my Cocoa app I have a breakpoint at -[NSException
raise]. I want both of these to be permanent.
I see I also have one set at szone_error -- I'd completely forgotten
about it, but I think that should be permanent too. That's exactly
the sort of thing that Clear All Breakpoints would hose. It's a
feature I would NEVER use, and don't want cluttering up my UI.
szone_error might be global, but the first two aren't.
David Dunham www.pensee.com/dunham/
Imagination is more important than knowledge. -- Albert Einstein
_______________________________________________
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