debugger.lua
debugger.lua copied to clipboard
Keys command
Some command for viewing the keys of a table would be very useful.
Or a more generic inspect command maybe. Print the type of a value. For strings it could also show the length, for tables it should show the length and the keys. I might take a stab at this.