Next: 7.1 Stack and Function Up: Reference Manual of the Previous: 6.4 I/O Facilities

7 The Debuger Interface

Lua has no built in debuger facilities. Instead, it offers a special interface, by means of functions and hooks, which allows the construction of different kinds of debugers, profiles, and other tools that need ``inside'' information from the interpreter. This interface is declared in the file luadebug.h .




Next: 7.1 Stack and Function Up: Reference Manual of the Previous: 6.4 I/O Facilities