Editing code in Visual Studio 2008 in debug mode

Posted by user279521 on Stack Overflow See other posts from Stack Overflow or by user279521
Published on 2010-05-06T12:31:51Z Indexed on 2010/05/06 12:38 UTC
Read the original article Hit count: 131

Filed under:

I am curious to know if there is a way to edit code in 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 in a variable or if my stepthrough line is about to hit an if statement ... can I modify the if statement....etc)? So far, I have to stop running VS, modify the code, then hit F5 and wait till the breakpoint is hit again.

© Stack Overflow or respective owner

Related posts about visual-studio-2008