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

I have set up the debugger for my project according to the example here: https://github.com/actboy168/lua-debug/tree/master/examples/attach When I attach the debugger it crashes here: ![image](https://user-images.githubusercontent.com/9166042/186872047-345b804f-03f6-4757-a90d-214624dc095f.png) Lua version is 5.3 How can...

How could I make the plugin work with a project I created with `luarocks init`? Here is my `launch.json` ```json { "version": "0.2.0", "configurations": [ { "type": "lua", "request": "launch",...

启动参数如何设置 ??? { "name": "robot_login", "request": "launch", "runtimeArgs": "${workspaceFolder}/80.behavior3_robot/main.lua 200000 1 login_tree", "runtimeExecutable": "${workspaceFolder}/bin/glua.exe", "stopOnEntry": true, "type": "lua", },

Hello: I am in the process of making a custom Lua build to use as my scripting engine in a host program. I am removing or replacing much of the...

TypeScript中的功能演示: ![lazy](https://github.com/actboy168/lua-debug/assets/5213431/644264e4-0229-4d83-8205-f8e1510438d7) 我有一张表,里面有部分字段是在访问时求值并缓存的。希望有种方式可以告诉调试器表里有这些字段,调试器可以点击展开按钮来当场访问这些字段。

``` { "luaVersion": "5.4", "luaArch": "x86_64", "type": "lua", "request": "launch", "name": "Debug", "program": "${workspaceFolder}/test.lua", "stopOnEntry": false } ``` 代码只是简单的输出1,2,3。在普通的luaVersion 和 luaArch下的测试结果。 ``` PS D:\test\lua\test> d:; cd 'd:\test\lua\test'; & 'c:/Users/Foxy/.vscode/extensions/actboy168.lua-debug-1.61.0-win32-x64/runtime/win32-x64/lua51/lua.exe' '-e'...

Asserts caused when they are disabled causes to pause execution without poping any errors or showing a paused state ![image](https://github.com/actboy168/lua-debug/assets/69012729/af33a274-5014-4a9d-a2c5-b01be9256705) State shows as running: ![image](https://github.com/actboy168/lua-debug/assets/69012729/ead08a61-41cd-49d6-bfda-42f29c76dba7) Enabling them in that state...

theia ide 说可以支持vscode 的插件,我安装了lua language server可以正常使用 但是安装了lua debug 却无法调试代码。theia 程序后台命令行输出是这个 ![image](https://user-images.githubusercontent.com/29817807/230574168-a0f0bb1d-e2c7-465a-a05a-359d33400509.png) 一直连接不上, 作者可以帮忙看看是什么原因吗? 是咱们插件兼容问题是还是theia的问题,在theia的 open vsix官网也是能找到咱们插件的