lua-debug
lua-debug copied to clipboard
Lua Debug Adapter for Visual Studio Code
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:  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中的功能演示:  我有一张表,里面有部分字段是在访问时求值并缓存的。希望有种方式可以告诉调试器表里有这些字段,调试器可以点击展开按钮来当场访问这些字段。
``` { "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  State shows as running:  Enabling them in that state...
theia ide 说可以支持vscode 的插件,我安装了lua language server可以正常使用 但是安装了lua debug 却无法调试代码。theia 程序后台命令行输出是这个  一直连接不上, 作者可以帮忙看看是什么原因吗? 是咱们插件兼容问题是还是theia的问题,在theia的 open vsix官网也是能找到咱们插件的