local-lua-debugger-vscode icon indicating copy to clipboard operation
local-lua-debugger-vscode copied to clipboard

Love2D : Display variables/Spy without having to put a breakpoint

Open AntoineTurmel opened this issue 3 years ago • 2 comments

Is it possible to display live variables/spy value without having to stop at a breakpoint ?

AntoineTurmel avatar Jan 07 '22 21:01 AntoineTurmel

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.

tomblind avatar Jan 07 '22 23:01 tomblind

Thanks for the quick reply :)

AntoineTurmel avatar Jan 07 '22 23:01 AntoineTurmel