001 vs: debug - when data changes color memory

 

 

/ * 
Directory: 
   a set: when the memory data change - changes color data 
   two test functions 
* /

 

 

A setting: When the memory data changes - changes color data

path:
  1 Vs menu bar -> Tools -> Options -> Environment -> Fonts and Colors
  2 display items -> memory data
  three prospects -> Choose color

 

 

 

Two test functions
int main()
{
    int i = 3;

    return 0;
}

 

 

 

 

1 When executing the program

int i = 3;

Data memory 2 changes the variable i is 3, and the changed data becomes red.

3, when the relatively large number of data, very convenient to observe changes in the data memory.

 

Guess you like

Origin www.cnblogs.com/huafan/p/11487531.html