RubyMine 5.4.0 Web Help

FunctionShortcutUse this shortcut to...
RunShift+F10Shift+F10Run a program.
Choose configuration and runAlt+Shift+F10Alt+Shift+F10Quickly select run/debug configuration and run or edit it.
RerunCtrl+F5Ctrl+F5 Repeat execution with the same settings, with the same tab of the Run tool window having the focus.
Rerun without loosing the focus in the editorShift+F10Shift+F10 Repeat execution with the same settings, with the same tab of the editor having the focus.
DebugShift+F9Shift+F9
Debug a program.
Choose configuration and debugAlt+Shift+F9Alt+Shift+F9Quickly select run/debug configuration and debug or edit it.
UpdateCtrl+F10Ctrl+F10Reload updated resources and recompiled classes of the currently running application.
Step OverF8F8Step to the next line in the current file. See Stepping Through the Program.
Step IntoF7F7Step to the next executed line. See Stepping Through the Program.
Smart Step IntoShift+F7Shift+F7Select the method to step in, if the current line contains multiple method call expressions. See Choosing a Method to Step Into.
Step OutShift+F8Shift+F8Step to a first executed line after returning from the current method. See Stepping Through the Program.
Force Step OverAlt+Shift+F8Alt+Shift+F8 Run until the next line in this method or file, skipping the methods referenced at the current execution point and ignoring breakpoints. See Stepping Through the Program.
Force Step IntoAlt+Shift+F7Alt+Shift+F7Steps into the method called in the current execution point even if this method is to be skipped. See Stepping Through the Program.
Run to CursorAlt+F9Alt+F9Run to the line where the caret is located. See Stepping Through the Program.
Force Run To CursorCtrl+Alt+F9Ctrl+Alt+F9Run to the line where the caret is located, ignoring breakpoints. See Stepping Through the Program.
Resume ProgramF9F9Resume program execution.
Stop ProgramShift+F2Shift+F2Terminate a debugging session.
Evaluate ExpressionAlt+F8Alt+F8Evaluate an arbitrary expression.
Quick Evaluate ExpressionCtrl+Alt+F8Ctrl+Alt+F8Evaluate an arbitrary expression without calling Evaluate Expression dialog.
Toggle BreakpointCtrl+F8Ctrl+F8Toggle breakpoint at the current line.
View BreakpointsCtrl+Shift+F8Ctrl+Shift+F8View/manage all breakpoints.

See Also

Concepts:

Procedures:

Reference:

Web Resources: