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/
- RE: Stack Dump Oliver King-Smith
- RE: Stack Dump Heather Tufts
- Re: Stack Dump krollin
- Re: Stack Dump Oliver King-Smith
- Re: Stack Dump Bob Ebert
- Re: Stack Dump Steve Mann
