m utku escreveu:
Jonas Maebe <[EMAIL PROTECTED]> writes:
> There's
>
> Procedure Dump_Stack(var f : text;bp:pointer);
>
> in the system unit. You can use it like this:
>
>dump_stack(stdout,get_frame);
>
This cleared a lot on my mind, thanks Jonas...
Recently I have tried this:
//---
Jonas Maebe <[EMAIL PROTECTED]> writes:
> There's
>
> Procedure Dump_Stack(var f : text;bp:pointer);
>
> in the system unit. You can use it like this:
>
>dump_stack(stdout,get_frame);
>
This cleared a lot on my mind, thanks Jonas...
Recently I have tried this:
//-