How to configure RubyMine to use Foreman?
Hi,
This post seems to imply it's possible, but I can't figure out how to configure it. I've tried having it on an IRB configuration which works in Run mode but crashes when I launch Debug. My googling has come up with nothing - am I missing something obvious here??
Thanks for the help!
Please sign in to leave a comment.
I just configured it as a "Gem Command" with
Gem name "foreman"
Executable name "foreman"
Arguments "start"
Working directory is the root for your project
I haven't tried putting breakpoints, but it loads fine in both "Run" and "Debug"