Extracted from Pike v7.3 release 18 at 2002-03-27.
pike.roxen.com
[Top]

Method _dump_backlog()


Method _dump_backlog

void _dump_backlog()

Description

Dumps the 1024 latest executed opcodes, along with the source code lines, to standard error. The backlog is only collected on debug level 1 or higher, set with _debug or with the -d argument on the command line.

Note

This function only exists if the Pike runtime has been compiled with RTL debug.