RubyMine 5.4.0 Web Help

RubyMine enables running entire applications as well as particular scripts.

When running an application, RubyMine uses the settings defined in the Run/Debug Configuration dialog box. All run configurations that exist in a project, are available in the Select Run/Debug Configuration drop-down list on the main toolbar:

ruby_runConfigMenuSelect.png
To run an application
  • On the main toolbar, select the desired run configuration, and do one of the following:
    • Choose Run | Run on the main menu.
    • Click img.
    • Press Shift+F10Shift+F10.

Tip

Alternatively, press Alt+Shift+F10Alt+Shift+F10, select the desired run configuration from the pop-up menu, and press EnterEnter.

ruby_altShiftF10

From this pop-up menu you can:

  • Invoke Edit Configuration dialog.
  • Edit the selected configuration before launch (F4F4).
  • Instantly delete a temporary configuration (DeleteDelete).
  • Switch from run to debug and vice versa (hold ShiftShift).
  • Access a previously selected configuration (11).
  • Access context-dependent configuration (22 or 33).

This pop-up menu can also be quickly accessed by pressing F9F9, when you're not running any debug session.

To run a script with a temporary run/debug configuration
  1. Open the desired script in the editor, or select it in the Project tool window.
  2. Choose Run <name > on the context menu, or press Ctrl+Shift+F10Ctrl+Shift+F10. So doing, a temporary run/debug configuration is created on-the-fly.

    ruby_runScript

See Also

Concepts:

Reference:

Web Resources: