lua-language-server
lua-language-server copied to clipboard
Debug C functions in application with vscode client.
I have embedded LUA in my C++ program, how can I bind the vscode client to my program? Making my program the debug server? I have custom C functions that are in my script. 🥲
I think you are looking for a lua debugger, try https://marketplace.visualstudio.com/items?itemName=actboy168.lua-debug
@Anderson0xFF has your issue been resolved?
Closing stale issue