Can we debug when using Unicorn server in RubyMine?
I can set breakpoints and debug using WEBrick. I can run my application perfectly fine when I select Unicorn as the server, but breakpoints don't work when the server is Unicorn.
Please sign in to leave a comment.