Debugger: Support Edit and Continue/Hot Reload
See original GitHub issueEnvironment data
dotnet --info
output:
VS Code version:1.2.1
C# Extension version:1.1.7
Steps to reproduce
- We add following code to update the value of one variable when break mode: a++;
- then save the updated file;
- F10
Expected behavior
the new line will be executed and the value will be increased
Actual behavior
the new line is skipped and the value is not changed
Issue Analytics
- State:
- Created 7 years ago
- Reactions:202
- Comments:96 (10 by maintainers)
Top Results From Across the Web
Write and debug code by using Hot Reload - Visual Studio ...
Hot Reload, similar to edit and continue, allows you to make changes to your code while running apps.
Read more >Edit running code with Hot Reload - JetBrains Rider
Hot Reload, also known as Edit & Continue. Learn how to make changes while running and debugging without restarting the session.
Read more >Edit and Continue / Hot Reload issues - visual studio
net6 web app. Anytime I make a change, hot reload, and then hit a break point I get the 'Edit and Continue Applying...
Read more >Hot Reload appears to hang when running under a debugger ...
Developer Community · Create a C# Web core MVC 6.0 project. · Add some code and set a breakpoint. · F5 to start...
Read more >Reloadium - Hot Reloading aka Edit and Continue for Python
It enables hot reloading capabilities in Python like changing code during debugging, fixing errors after exceptions occur, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@gregg-miskelly, +1
Any news?