Question: Is there a debugger for Lua?
Lua comes with debugger interface, so that users can write their own monitoring code (e.g., for a debugger, tracer, or profiler). For a sample debugger, see [ldb] by RiciLake, [RemDebug] in Kepler . There is also a much older [Ldb] by Tomás Guisasola and SimpleDebugger. You can also write your own through the Lua Debug library [1].
- More debuggers
- [ctrace] (5.0/5.1) - a tool for tracing Lua API calls.
- [xdbLua] (5.1) - a simple Lua command line debugger for Windows.
- [clidebugger] (5.1) - a simple portable Lua command line debugger.
- [Decoda] (5.0/5.1) - commercial graphical Lua debugger, similar to MSVC. Supports SCC; no source changes required.
- [LuaInterface-debugger] (5.1) - a debugger extension for LuaInterface.
- SciteDebug - Lua and C/C++ debugging in SciTE.
FindPage · RecentChanges · preferences
edit · history
Last edited March 18, 2009 1:06 am GMT (diff)