VSCodeLuaDebug icon indicating copy to clipboard operation
VSCodeLuaDebug copied to clipboard

Visual Studio Code debugger extension for Lua 5.1/5.2/5.3

Results 19 VSCodeLuaDebug issues
Sort by recently updated
recently updated
newest added

When I update to version 1.28.2 from version 1.27, It can open cocos game. But It fail to debug when I set breakpoint in anywhere in lua script.

Hi congratulations for the extension first of all. I am having a problem when i try to debug i get a "File not found error". Could you help me, maybe...

If my program has entered a breakpoint once, it will never stop at any other breakpoints, and even if I removed that breakpoint, it is actually still out there, debugger...

This debug tool is a good idea! When I used the tools and add a wrong vlaue like "asdfasdf" in vscode watch, then all breakpoint will invalid. At last I...

The game i'm modding prohibits loading DLL for security, but it allows read/write to filesystem (e.g., logging, save/load game) Sending the communication over the disk would allow use in more...

I've some problems using it with love2d. It stops at breakpoint, but i can't debug with steps or stepinto. Execution seems to happen, but the linecursor does not change.

https://github.com/devcat-studio/VSCodeLuaDebug/blob/61c3de71ee192280daa4d6fcc7430ff2e197d67c/debuggee/vscode-debuggee.lua#L533

1. Is there some way to get a repl that is connected to the (attached) debug session? The debug console does not allow creating variables, functions, etc which would be...

The watch shows the correct names when they are added but the locals show "(temporary)", "(temporary) (1)", etc ;/ Any ideas? Also, Is there a way to hide the popup...