discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSFrameAddress


From: Chris Vetter
Subject: Re: NSFrameAddress
Date: Wed, 12 Apr 2006 09:51:00 +0200

On 2006-04-12 03:55:56 +0200 Lloyd Dupont <lloyd@nova-mind.com> wrote:
I jsut discovered NSFrameAddress in NSDebug.h
Looks very promizing in my case. But I have no idea how to use it... Any tips?

You need to know how stack frames look like on your machine.
You can use NSFrameAddress to 'define' a 'starting point' then walk through the stack forward/backward. Since ideally the stack will keep the information of methods and functions it's relatively simple to dump a stack backtrace. At least, that's how I use NSFrameAddress() for ;-)

--
Chris






reply via email to

[Prev in Thread] Current Thread [Next in Thread]