Closed Shadowblitz16 closed 2 years ago
There are already many nice lua debuggers in market. I use this one: https://marketplace.visualstudio.com/items?itemName=actboy168.lua-debug
As of now this issue at the repository, sumneko pointed out, suggests that Love2D debugging is not supported. So I'm debugging Love2D like so.
As of now this issue at the repository, sumneko pointed out, suggests that Love2D debugging is not supported. So I'm debugging Love2D like so.
This issue is opened in 2018, and now it has supported Lua 5.1, I have used it in my working Lua 5.1 project.
I tried debugging Love2D with lua-debug. Do you have any references on how to set it up?
Oh, I forgot to tell you that current version has some bugs on Lua 5.1, the fixes have been commited but not released new version yet. Please wait for the new version, or you can compile the latest version by yourself.
tomblind.local-lua-debugger-vscode
works perfect with love:
I have a template repository where this debugger is already configured.
Can you implement lua and love2d debugging?