I use Visual Studio 2022. In a .NET Standard project, during debugging, I'm trying to edit a simple code (eg. set int a = 1), but it doesn't work and I get an error
Unable to set next statement. The method or operation is not executed
However, in a .NET framework project, I can easily do that.
I wish I could edit the code during debugging without rebuilding the project