Change Values from the Locals Window
Keyboard: CTRL + ALT + V, L
Menu: Debug -> Windows -> Locals
Command: Debug.Locals
Versions: 2008,2010
Published: 10/6/2010
Code: vstipTool0102
You can use the Locals window to change values while debugging in break mode. Just find any variable you want to change in your Locals window:
In this case, I will change "d" to another value:
The changed value will turn red afterward to indicate it has been modified: