You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't find any documentation on how to handle hot code when debugging. I'd like to be able to edit code and get that hot code replaced without having to stop and restart the debugger.
Steps to Reproduce
Add a breakpoint
Run the c# debugger
Change code
Code is not updated in running debug session
Expected Behavior
I'd like to see a "Hot Code Replace" button in the debug toolbar, similar to debugging Java:
Actual Behavior
There's no option to replace hot code.
Logs
OmniSharp log
Post the output from Output-->OmniSharp log here
C# log
Post the output from Output-->C# here
Environment information
VSCode version: 1.59.1 C# Extension: 1.23.14
Mono Information
OmniSharp using global mono :6.13.0Dotnet Information
.NET SDK (reflecting any global.json):
Version: 5.0.302
Commit: c005824e35
Runtime Environment:
OS Name: Mac OS X
OS Version: 11.0
OS Platform: Darwin
RID: osx.11.0-x64
Base Path: /usr/local/share/dotnet/sdk/5.0.302/
Host (useful for support):
Version: 5.0.8
Commit: 35964c9215
Issue Description
I can't find any documentation on how to handle hot code when debugging. I'd like to be able to edit code and get that hot code replaced without having to stop and restart the debugger.
Steps to Reproduce
Expected Behavior
I'd like to see a "Hot Code Replace" button in the debug toolbar, similar to debugging Java:
Actual Behavior
There's no option to replace hot code.
Logs
OmniSharp log
C# log
Environment information
VSCode version: 1.59.1
C# Extension: 1.23.14
Mono Information
OmniSharp using global mono :6.13.0Dotnet Information
.NET SDK (reflecting any global.json): Version: 5.0.302 Commit: c005824e35Runtime Environment:
OS Name: Mac OS X
OS Version: 11.0
OS Platform: Darwin
RID: osx.11.0-x64
Base Path: /usr/local/share/dotnet/sdk/5.0.302/
Host (useful for support):
Version: 5.0.8
Commit: 35964c9215
.NET SDKs installed:
3.1.411 [/usr/local/share/dotnet/sdk]
5.0.302 [/usr/local/share/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 3.1.17 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.8 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.1.17 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.8 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
Visual Studio Code Extensions
The text was updated successfully, but these errors were encountered: