Editing code in Visual Studio 2008 in debug mode

后端 未结 7 605
别跟我提以往
别跟我提以往 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

    Below answer worked for me :

    http://whyiamright.wordpress.com/2007/12/20/aspnet-edit-and-continue-in-visual-studio-2005/

    The second point says - project-properties-web-> enable edit and continue.

    thats it.

提交回复
热议问题