RubyMine 2021.1 Help

Attach to process

The Attach to process feature allows you to debug a project which you are developing in RubyMine, but that you are unable to launch directly from your IDE for some reason.

Prerequisites

Attach to process requires the following components to be installed on the development machine:

  • If you use Linux, install GDB.

  • If you use macOS, make sure that LLDB is installed. Note that LLDB requires the six Python module, which may be missing in your macOS installation.

Attach to a process

  1. From the main menu, choose Run | Attach to Process or press Ctrl+Alt+F5.

  2. From the list of available processes, select the desired process.

    Select a process to attach

    Simplify your search by typing the first letters of its name or PID.

    Search for a process to attach
    If there are several debuggers that can be used for the selected process, you can choose among them in the popup menu.

  3. Proceed with debugging the same way as you usually do it in RubyMine (set breakpoints, step through, pause and resume the process, evaluate expressions, and so on)

    Note that in case the process you have attached to does not provide debug information, breakpoints will be unavailable and stepping will be performed in the disassembly view.

  4. When finished, detach the process: select Run | Stop or click the Stop the process button Suspend of the Debug tool window.

Last modified: 11 June 2021