hoelzro / lua-repl

A Lua REPL implemented in Lua for embedding in other programs
MIT License
172 stars 16 forks source link

Create an interactive debugger plugin #31

Open hoelzro opened 10 years ago

hoelzro commented 10 years ago

From the standalone REPL, it might be nice to be able to have an interactive debugger on exceptions. Also, it might be nice to have a "drop to lua-repl" hook function for use with xpcall.