foreman in debug mode

已回答

If you're not familiar with foreman, it is a gem to help run multiple processes. It reads a Procfile and then runs a process. Heroku, for instance, is now a big user of foreman and even includes it in their "Toolbelt."

My question is this, if I'm using foreman and I want to debug one or more of those processes in Rubymine, is it possible?

Thanks,
David

0
Avatar
Permanently deleted user

Hi David,
I was wondering if you got any success in achieving this, since I'm facing the exact same problem.
Thanks,
Erik.

0
Avatar
Permanently deleted user

As far as I understand how foreman works this should be possible with the latest RM 4.5 EAP build since multi-process debug has been implemented.
You just need to run foreman from RM under debugger. If it doesn't work feel free to file a ticket in our tracker

Oleg.

0
Avatar
Permanently deleted user

^ this doesn't seem to be working (four years later though)

0
Avatar
Permanently deleted user

Thank you, this thread (and comment) are definitely useful.

0

请先登录再写评论。