tomblind / local-lua-debugger-vscode

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

Debugger can't index nested tables with Love2D and maybe lua. #50

Open Shadowblitz16 opened 2 years ago

Shadowblitz16 commented 2 years ago

image

image

tomblind commented 2 years ago

This looks like an internal error is occurring in the debugger and preventing the values from populating. Do you see any errors in the Debug Console in vscode? If not, can you enable verbose mode ("verbose": true in launch.json), and copy/paste the results here so I can investigate?