-
-
Notifications
You must be signed in to change notification settings - Fork 391
Closed
Labels
wontfixThis will not be worked onThis will not be worked on
Description
LuaLS is by far the best Lua language server. But debugging is a really important part of development (especially remote debugging given where Lua runs). I currently use https://github.com/pkulchenko/MobDebug which works well from the command line and using Zerobrane Studio, but VS Code is such a good editor. There is a vscode-mobdebug extension and luarock: https://github.com/moteus/vscode-mobdebug - but there is no documentation and it is not maintained (last commit 3 years ago). The other alternatives:
- LuaHelper from Tencent: all-in-one LS and debugger (uses luapanda), but LuaLS feels better for everything else.
- https://github.com/actboy168/lua-debug - the most installed lua debugger,but again no documentation and unstable.
Given the quality of LuaLS, I suspect if you adapted one of the other debuggers and integrated it we would have a much better experience.
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on