puremourning / vimspector

vimspector - A multi-language debugging system for Vim
http://puremourning.github.io/vimspector-web
Apache License 2.0
4.08k stars 171 forks source link

[Feature Request]: Auto update the watched vars' value while program is running #844

Closed zoumi closed 4 months ago

zoumi commented 5 months ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Update the vars' value using a timer and provide a command to set auto update interval.

puremourning commented 4 months ago

Not possible in DAP. Evaluate requests can only plausibly be updated while the process is stopped as IDs are ephemeral.