Run Menu actions
Name | Function | Keyboard Shortcut |
---|---|---|
Step Into Selection | ||
Run | Repeats the most recent launch in run mode | Ctrl+F11 |
Debug | Repeats the most recent launch in debug mode | F11 |
Run History (submenu) | Run a recently used launch configuration | |
Run As (submenu) | ||
Run Configurations... | Displays the run configuration dialog, used to manage launch configurations, and execute them in Run mode | |
Debug History (submenu) | Debug using a recently used launch configuration | |
Debug As (submenu) | ||
Debug Configurations... | Displays the debug configuration dialog, used to manage launch configurations, and execute them in Debug mode | |
Toggle Breakpoint | Toggles the appropriate type of breakpoint based on what is currently selected | Ctrl+Shift+B |
Toggle Line Breakpoint | Toggles a line breakpoint on the current executable line of code | |
Toggle Method Breakpoint | Toggles a method breakpoint on the currently selected method | |
Toggle Watchpoint | Toggles a watchpoint on the currently selected field | |
Skip All Breakpoints | Toggles a mode that disables all the breakpoints in the workspace | |
Remove All Breakpoints | Permanently removes all the breakpoints in the workspace | |
Breakpoint Types (submenu) | ||
External Tools (submenu) | Allows executing and configuring external tools |