Debugging Lua Code

lua-users home
wiki

Difference (from revision 29 to current revision) (no other diffs)

Added: 25a26
* [LuaRT Studio] Open source Lua 5.4.4 IDE for Windows with integrated x86 and x64 debugger, script to executable compiler. Based on the LuaRT toolchain to develop LuaRT or Lua applications.

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) through the Lua Debug library [1]. Some examples are below.


RecentChanges · preferences
edit · history
Last edited December 11, 2022 2:52 pm GMT (diff)