tomblind / local-lua-debugger-vscode

Local Lua Debugger for VSCode
MIT License
106 stars 26 forks source link

arg is not forwarded to lua program #15

Closed tomblind closed 4 years ago

tomblind commented 4 years ago

The arg variable, which contains a command line arguments passed to the lua program, is nil when run in the debugger. This should be set the same is if the program was run normally.