Dump_Stack
Dump stack to the given text file.
Declaration
Source position: systemh.inc line 1618
procedure Dump_Stack(var f: text; fp: pointer; addr: CodePointer);
procedure Dump_Stack(var f: text; skipframes: LongInt);
Description
Dump_Stack prints a stack dump to the file f, with base frame pointer bp
Errors
The file f must be opened for writing or an error will occur.
See also
Name | Description |
---|---|
get_caller_addr | Return the address of the caller. |
get_caller_frame | Return the frame pointer of the caller |
get_frame | Return the current frame |