Re: Really remote debugging
Re: Really remote debugging
- Subject: Re: Really remote debugging
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 9 May 2005 12:21:24 -0600
On May 9, 2005, at 11:37 AM, John Stiles wrote:
What would be the simplest way to get a stack crawl from this user
at the point of failure? If I had the machine here I could do it
with gdb, I'm sure, but I'd like something dead-simple I can tell
to a non-techy user (who might not have all the dev tools
installed--though I might be able to ask him to do so) and get sane
results.
I've done this before. If you download the MoreIsBetter sample code
from ADC, there should be some code in there that performs stack
tracing. You'd need to import this code, and then subclass
NSException and have the subclass generate a backtrace when an
exception is raised. Then have the subclass pose as NSException, and
you should be set.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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