Is there a function you can call in CW to get a stack dump while executing
the program.  In other words what I want is a function like:

static char pStack[256];

void foo()
{

        ....

        DumpStack( pStack, 256 );       // Get the current stack state
        WriteToMemoPad( pStack );
        ...
}

Oliver


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to