次の方法で共有


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:

image

 

In this case, I will change "d" to another value:

image

 

The changed value will turn red afterward to indicate it has been modified:

image