local-lua-debugger-vscode
local-lua-debugger-vscode copied to clipboard
Love2D : Display variables/Spy without having to put a breakpoint
Is it possible to display live variables/spy value without having to stop at a breakpoint ?
This isn't supported at the moment. I'm actually not sure if VSCode itself even supports this. If it does, it might be possible to implement using a polling mechanism, similar to what's proposed in #32, but I'll have to think on that a bit.
Thanks for the quick reply :)