-
Notifications
You must be signed in to change notification settings - Fork 296
Watch window doesn't update #502
Description
Hello, I discovered a bug in the 0.9.18 version of the debugger. The watch window doesn't update variables at the start of a debugging session, but updates correctly after interacting with the window.
I tried to reproduce this issue with small sample code but was unsuccessful. However, I recorded a video demonstrating the problem in my codebase: video.
To describe the behavior:
Basically when starting a debug session in my project, locals aren't updated initially, and when hovering over variables in the source window it shows wrong data, but when you hover again, it shows the expected result. Then it works great as before.
Also would like to ask for a feature: changeable console host. So it wont run program through Windows Terminal, because its startup time, compared to old console host is way worse. It would be nice to have abillity to change it.