I’m using Visual Studio 2022, 64-bit Version 17.10.4 on windows 11.
When I set a break point in my C# code, the execution of the code stops at the break point, however, the file becomes read only. If I let the execution continue, the file becomes editable and I can modify code without stopping my debug session. However, I can not modify a file while I am on the break point while debugging
How do I get VS to let me edit files while in the break point?
I have Enable all 3 debug items
- Enable Hot Reload
- Enable hot Reload when starting without debugging Apply
Hot Reload on File Save
Many Thanks
1