RubyMine
 
Get RubyMine

Tutorial: Debug an application running with Foreman

Last modified: 11 February 2024

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.