How to enable debugInfo() ?
There's no debuginfo function. If you want to debug your code, print your variables etc to the console. Do it old school. Any syntax or runtime errors that LUA encounters are printed to the console. Logic errors you need to figure out yourself.