hoelzro / lua-repl

A Lua REPL implemented in Lua for embedding in other programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create an interactive debugger plugin

hoelzro opened this issue · comments

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.