Debugging Lua Code

lua-users home
wiki

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].


FindPage · RecentChanges · preferences
edit · history
Last edited March 18, 2009 1:06 am GMT (diff)