microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.41k stars 1.52k forks source link

Edit and Continue for debug build apps #7834

Open TerensTare opened 2 years ago

TerensTare commented 2 years ago

Type: Feature Request

VS2022 Preview 2 is out and it supports Hot Code Reloading for C++ apps (source) based on Edit and Continue. It would be really helpful to have this feature on VSCode as well.

WardenGnaw commented 2 years ago

Edit and Continue relies on a Project System to inform the debugger files has been changed and recompile the files and re-map them in memory.

We will follow through with this issue if we have any updates. Please vote this issue by adding a 👍 to help us prioritize our features.