How to debug a VMware Workstation Ubuntu guest based Ruby code in a Windows host based IntelliJ IDEA / RubyMine?

Step 1

Install the ruby-debug-ide gem to the guest:

gem install ruby-debug-ide

Step 2

How do I configure the «File» → «Settings» → «Build, Execution, Deployment» → «Deployment» section of my IntelliJ IDEA / RubyMine settings for my VMware Workstation Ubuntu guest?

Step 3

The result

See also: