The Debug Windows menu provides commands to activate debugging windows. The Debug Windows menu is a submenu of the Debug menu.
The Debug Windows menu
Debug Windows commands
| Menu command | Keystroke | Description |
| Breakpoints | Ctrl+Alt+B | Activates the Breakpoints window. See Breakpoints Window. |
| Call Stack | Ctrl+Alt+S | Activates the Call Stack window. See Call Stack Window. |
| Locals | Ctrl+Alt+L | Activates the Locals window. See Locals Window. |
| Globals | Ctrl+Alt+G | Activates the Globals window. See Globals Window. |
| Threads | Ctrl+Alt+D | Activates the Threads window. See Threads Window. |
| Registers 1 | Ctrl+T, R, 1 | Activates the first Register window. See Register Windows. |
| Registers 2 | Ctrl+T, R, 2 | Activates the second Register window. See Register Windows. |
| Registers 3 | Ctrl+T, R, 3 | Activates the third Register window. See Register Windows. |
| Registers 4 | Ctrl+T, R, 4 | Activates the fourth Register window. See Register Windows. |
| Watch 1 | Ctrl+T, W, 1 | Activates the first Watch window. See Watch Windows. |
| Watch 2 | Ctrl+T, W, 2 | Activates the second Watch window. See Watch Windows. |
| Watch 3 | Ctrl+T, W, 3 | Activates the third Watch window. See Watch Windows. |
| Watch 4 | Ctrl+T, W, 4 | Activates the fourth Watch window. See Watch Windows. |
| Memory 1 | Ctrl+T, M, 1 | Activates the first Memory window. See Memory Windows. |
| Memory 2 | Ctrl+T, M, 2 | Activates the second Memory window. See Memory Windows. |
| Memory 3 | Ctrl+T, M, 3 | Activates the third Memory window. See Memory Windows. |
| Memory 4 | Ctrl+T, M, 4 | Activates the fourth Memory window. See Memory Windows. |
| Execution Trace | Activates the Execution Trace window. See Execution Trace Window. | |
| Execution Counts | Activates the Execution Counts window. See Execution Count Window. |