View menu (debugger) | ||
Menu Item | Button and/or command | Meaning |
Navigation |
n/a |
The Navigation sub-menu. See "View > Navigation sub-menu" below. |
Interlaced Assembly |
![]() |
Toggles between source code only and interlaced source with assembly code. |
Breakpoints... |
![]() |
Opens the Breakpoints dialog box. See
Chapter 20, "Breakpoints window". |
Call Stack... |
![]() |
Opens a Call Stack window. |
Local Variables... |
![]() |
Opens a Local Variables window. |
Registers... |
![]() |
Opens a Registers window. |
Memory... |
![]() |
Opens a dialog box for you to specify which memory address to view, then brings up a Memory View window for the address. |
Find Memory Leaks... |
findleaks |
Opens a window displaying information regarding memory allocations by the program being debugged. |
Profile... |
profile |
Opens the Profile window. |
Tasks... |
taskwindow |
Opens the Task window. |
Print Expression... |
n/a |
Opens a dialog box for you to specify an expression to be printed. |
View Expression... |
n/a |
Opens a dialog box for you to enter an expression to evaluate. |
List |
n/a |
The List sub-menu. See "View > List sub-menu" below. |
Source Path... |
n/a |
Opens the Source Path window. To change the source path, make the edits and press OK. To discard the changes, press Cancel. |
Refresh Views |
update |
Refreshes all non-frozen data explorers, including the Register windows, Memory View windows, Call Stack windows, etc. (If a data explorer is frozen, this command does not update the window. See also
"Title bar".) |
Close All Views |
![]() |
Closes all the data explorers, including the Register windows, Memory View windows, Call Stack windows, etc. |
The following is the View > List sub-menu: