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

Lua Debug Adapter for Visual Studio Code

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

plugin provided binary does not contain bit32 module compiled with it. in past i'd simply replace ~/.vscode/extensions/actboy168.lua-debug-2.0.4-linux-x64/runtime/linux-x64/lua53/lua with actual one provided by OS i.e. /usr/bin/lua5.3. and vscode debugger was working....

I need modules like luafilesystem

/Users/haisen/.cursor/extensions/actboy168.lua-debug-2.0.10-darwin-x64/runtime/darwin-x64/lua54/lua -e dofile\"/Users/haisen/.cursor/extensions/actboy168.lua-debug-2.0.10-darwin-x64/script/launch.lua\"\;DBG\"71226\" /Users/haisen/IdeaProjects/02_Demo/2024-09-26-Lua-Demo/src/client_sn.lua ➜ 2024-09-26-Lua-Demo git:(master) ✗ /Users/haisen/.cursor/extensions/actboy168.lua-debug-2.0.10-d arwin-x64/runtime/darwin-x64/lua54/lua -e dofile\"/Users/haisen/.cursor/extensions/actboy168.lua-deb ug-2.0.10-darwin-x64/script/launch.lua\"\;DBG\"71226\" /Users/haisen/IdeaProjects/02_Demo/2024-09-26 -Lua-Demo/src/client_sn.lua Current package.path: /Users/haisen/IdeaProjects/02_Demo/2024-09-26-Lua-Demo/?.lua;/Users/haisen/IdeaProjects/02_Demo/2024-09-26-Lua-Demo/?.lua;./src/?.lua;/usr/local/lib/luarocks/rocks-5.4/?.lua table: 0x7fbfc7c36060 /Users/haisen/.cursor/extensions/actboy168.lua-debug-2.0.10-darwin-x64/runtime/darwin-x64/lua54/lua: ./src/redis.lua:791: module 'socket' not found: no field package.preload['socket'] no...

Using the console output setting (lua.debug.settings.console) as `internalConsole` will only reliably work in Lua Debug v2.0.5. While using "Run File", there are a couple issues that can occur: 1. The...

```lua require "debugger":start "127.0.0.1:12306":event "wait" print "ok" function test() local count = 0 for i=1, 1000 do count = count + 1 end end function example() require "debugger":attach {} print("coroutine...

## **Short:** Executing task: luamake lua compile/copy.lua publish publish "C:\Users\Andrii\.vscode\extensions\" throws following error ``` D:/Repositories/lua-debug/compile/copy.lua:113: `C:/Users/Andrii/.vscode/extensions"/actboy168.lua-debug-2.0.12` is not installed. stack traceback: D:/Repositories/lua-debug/compile/copy.lua:113: in local 'detectPlatform' D:/Repositories/lua-debug/compile/copy.lua:118: in main chunk ```...

The debugger immediately crashes on start without any error message or feedback in VS Code. ## Expected Behavior The debugger should start and run normally. ## Current Behavior The debugger...

Hi Is there a roadmap with ZED editor or maybe there is an easy way to use your DAP implementation in ZED ?

I am trying to debug a busted unit test, which runs fine from the command-line using `busted .` When I run in the debugger, it fails to load the busted...