Editing code in Visual Studio 2008 in debug mode

后端 未结 7 611
别跟我提以往
别跟我提以往 2021-02-04 07:12

I am curious to know if there is a way to edit code in C# VS 2008 right when it has hit a breakpoint and I am walking thru the code... can I modify the code (such as the value i

7条回答
  •  粉色の甜心
    2021-02-04 08:06

    1. Stop running your app.
    2. Go to Tools > Options > Debugging > Edit and Continue
    3. Disable “Enable Edit and Continue”.

提交回复
热议问题