hoelzro / lua-repl

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

Handy debug interface plugin #30

Open hoelzro opened 10 years ago

hoelzro commented 10 years ago
 <       rjek> | hoelzro: Also for bonus points, use the debug interface to discover where a function is defined, fetch the source, extract the function prototpe, display it below the prompt ;)