question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Debugger: Support Edit and Continue/Hot Reload

See original GitHub issue

Environment data

dotnet --info output: VS Code version:1.2.1 C# Extension version:1.1.7

Steps to reproduce

  1. We add following code to update the value of one variable when break mode: a++;
  2. then save the updated file;
  3. 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:open
  • Created 7 years ago
  • Reactions:202
  • Comments:96 (10 by maintainers)

github_iconTop GitHub Comments

17reactions
thisisclint21commented, Jan 22, 2020
                                      
                                      
                            1111111   
                           1::::::1   
                          1:::::::1   
       +++++++            111:::::1   
       +:::::+               1::::1   
       +:::::+               1::::1   
 +++++++:::::+++++++         1::::1   
 +:::::::::::::::::+         1::::l   
 +:::::::::::::::::+         1::::l   
 +++++++:::::+++++++         1::::l   
       +:::::+               1::::l   
       +:::::+               1::::l   
       +++++++            111::::::111
                          1::::::::::1
                          1::::::::::1
                          111111111111
17reactions
ghostcommented, Feb 12, 2018

@gregg-miskelly, +1

Any news?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found