Home > Software engineering >  Vs2013 for memory model
Vs2013 for memory model

Time:11-02

Before watching video, chanced upon a tutorial with vs2005 open the window of a memory model, it is a rectangular window, there are many squares, each case represents a byte, fill in the corresponding binary values each grid, without the assignment of filling two question mark:?????? , I would like to use this function, don't know where in vs2013 to open?

CodePudding user response:

Menu - & gt; The debug - & gt; Windows - & gt; Memory
The default shortcut Alt + 6

CodePudding user response:

reference 1st floor akirya response:
menu - & gt; The debug - & gt; Windows - & gt; Memory
Is the default shortcut keys Alt + 6

Vs2013 no menu the menu bar

CodePudding user response:

Shortcuts didn't response

CodePudding user response:

To add a breakpoint, run the debug - & gt; Window - & gt; memory

CodePudding user response:

Need to debug, pulled out until a breakpoint to the window

After stop, Alt + 6
Or stop after

CodePudding user response:

reference 5 floor jiht594 reply:
need to debug, pulled out until a breakpoint to the window

After stop, Alt + 6
Or stop after

CodePudding user response:

VC debugging when press Alt + 8, Alt + 7, Alt + 6 and Alt + 5, open the assembly window, stack window, memory window and registers the window to see each other C corresponding assembly, single step, and observe the corresponding stack memory and registers changes, this again is not what all understand,
For VC, the so-called 'when debugging is compiled to connect through the later, after press F10 or F11 key step by step, or in a row after press F9 set the breakpoint press F5 execution stops at the breakpoint,
  • Related