| Menu Command | Description |
|---|---|
| Open | Open the file with focus in the project explorer. Launch the file in the editor. |
| Views | See below Views sub-menu description. |
| Debug Windows | See below Debug Windows sub-menu description. |
| Other Windows | See below Other Windows sub-menu description. |
| Disable AutoHide | Disable AutoHide windows when checked. Enable AutoHide windows when unchecked. |
| Toolbar | Display or hides all the toolbars. |
| Statusbar | Display or hides the statusbar. |
| Full Screen | Toggle the IDE into full-screen mode. |
| Properties | Display the Properties dialog for the selected item .See More... Items that do not have a Properties dialog just updates the Property List view.See More... |
The Views sub-menu contains the most used views provided by the IDE:
| Menu Command | Description |
|---|---|
| Solution Explorer | Show or hide the Solution Explorer. See More... |
| Properties View | Show or hide the Properties View. See More... |
| Open Files | Show or hide the Open Files View. See More... |
| File Manager | Show or hide the File Manager window. See More... |
| Source Repository | Show or hide the Source Control Repository. See More... |
| Find Symbol and File | Show or hide the Find Symbol and File window. See More... |
The Debug Windows sub-menu contains the additional views available during the debugging of a C/C++ application:
| Menu Command | Description |
|---|---|
| Console Output | Show or hide the application Console Output window. See More... |
| Watch | Show or hide the Watch window. Use this window to view and modify debug watches. See More... |
| Call Stack | Show or hide the Call Stack. See More... |
| Variables | Show or hide the variables. This window displays the locale variables and call parameters. See More... |
| Threads | Show or hide the Thread window. This window displays the running threads. See More... |
| Memory | Show or hide the Memory window to inspect the memory area of the running application. See More... |
| Registers | Show or hide the Register window. This window displays the values of all CPU registers. See More... |
| Disassembly | Show or hide the Disassembly window. This window displays the Disassembly code of current PC. See More... |
| Breakpoints | Show or hide the Breakpoint window. This window displays the active breakpoints. See More... |
The Other Windows sub-menu contains the additional views provided by the IDE:
| Menu Command | Description |
|---|---|
| Command Window | Brings up the Expression / Command window which executes local command,remote command and gdb command. See More... |
| Output Window | Brings up the Compiler Output window. |
| Compile Log | Show or hide the Compile Log window. This window shows the internal commands sent to the compiler. |
| Debug Log | Show or hide the Debug log window. This window shows the internal debug commands sent to the debugger. |
| Remote Files | Brings up Remote File explorer window which shows remote folders and files. See More... |