Debug - The Reflexive Debug Interface

The library ldblib provides the functionality of the debug interface to Lua programs. To use this library, open it by calling lua_dblibopen. This library should be used with great care; it is exclusively for debugging and similar tasks. Do not use them as a usual programming tool.