tomblind / local-lua-debugger-vscode

Local Lua Debugger for VSCode
MIT License
107 stars 26 forks source link

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

Open AntoineTurmel opened 2 years ago

AntoineTurmel commented 2 years ago

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

tomblind commented 2 years ago

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.

AntoineTurmel commented 2 years ago

Thanks for the quick reply :)