RubyMine
 
Get RubyMine
You are viewing the documentation for an earlier version of RubyMine.

Tutorial: Debug an application running with Foreman

Last modified: 09 August 2022

Foreman is a tool for managing Procfile-based applications. For example, you can run the Rails server alongside with webpack-dev-server to use live reloading:

In this tutorial, we'll show you how to create a separate run/debug configuration for running an application with Foreman, and how to debug this application.