slembcke / debugger.lua

A dependency free, embeddable debugger for Lua in a single file (.lua or .h)
MIT License
781 stars 95 forks source link

fix: use table.maxn in cmd_print #39

Closed aleclarson closed 6 years ago

aleclarson commented 6 years ago

The print command should print all return values, even if nil precedes the value(s).

aleclarson commented 6 years ago

Whoops, didn't realize table.maxn was removed in Lua 5.3