Re: LuaProbe — small source-level debugger for Lua 5.1 / LuaJIT (two files, no C deps)
"'Martin Eden' via lua-l" <[email protected]> Wed, 29 Apr 2026 14:38:58 +0200
| Newsgroups | gmane.comp.lang.lua.general |
|---|---|
| Message-ID | <[email protected]> |
On 2026-04-29 11:05, António Cardoso wrote: > Hi. I've been debugging a fairly large Lua 5.1 codebase at work and got > tired of sprinkling print() everywhere, so I ended up writing a proper > debugger and just open-sourced it. > > https://github.com/PlugwiseBV/LuaProbe > > [...] > > MIT-licensed. Happy to answer questions or take suggestions. > Nice repo, I like it's short and complete code. And also kudos for documenting input/output table structures. I have rare luxury of using my own codebase. Which has zero print's(). When I need to debug something I just insert print() where I want, then run program and read results. So REPL is no use for me. Can debugger's discovery methods can be exposed to program? So when debugging I can insert something like "LuaProbe:PrintLocals()". -- Martin -- You received this message because you are subscribed to the Google Groups "lua-l" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/lua-l/019efc1c-b994-4e9f-a1be-5727f3ae0269%40disroot.org.