vadimcn / codelldb

A native debugger extension for VSCode based on LLDB
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
MIT License
2.43k stars 237 forks source link

variables not changing in watch mode (rust) #935

Closed hvlxh closed 1 year ago

hvlxh commented 1 year ago

Works when stopping it and starting it again but not by restarting

https://user-images.githubusercontent.com/91016099/236775238-46cb5820-88c3-4422-9b5d-83b9253e36d8.mp4

vadimcn commented 1 year ago

"Restart" does not rebuild your program.

hvlxh commented 1 year ago

ohhhhh, that make sense but how can i make restart as rebuild?

vadimcn commented 1 year ago

Don't think you can. Restart is meant to restart the same binary you were just debugging.

hvlxh commented 1 year ago

hmm okay