Re: [fpc-pascal] Re: Exception callstacks, backtracks...

2007-02-07 Thread Luiz Americo
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: //---

[fpc-pascal] Re: Exception callstacks, backtracks...

2007-02-07 Thread m utku
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: //-