lua-debug icon indicating copy to clipboard operation
lua-debug copied to clipboard

Lua Debug Adapter for Visual Studio Code

Results 42 lua-debug issues
Sort by recently updated
recently updated
newest added

The debug seems to be ignoring what I set for path/cpath ```json { "version": "0.2.0", "configurations": [ { "type": "lua", "request": "launch", "name": "Debug", "program": "${workspaceFolder}/lua_modules/lib/luarocks/rocks-5.1/thor/dev-1/bin/thor.lua", "path": "${workspaceFolder}/lua_modules/share/lua/5.1/?.lua;${workspaceFolder}/lua_modules/share/lua/5.1/?/init.lua", "cpath": "${workspaceFolder}/lua_modules/lib/lua/5.1/?.so",...

Thanks for this debugger. It works well. How can I use it with luasql.mysql?