How to enable rubymine GUI debugger using different server startup configuration?
Answered
Hello, we start the server with all TCP outgoing connection tunneling, we use socksify_ruby gem for this purpose, it seems it doesn't work when I run server with such command, which is understandable it's not common way to boot server as it seems, is there any way to configure server startup to enable breakpoint debugging?
socksify_ruby localhost 8888 bin/rails s -p 3009 -b 0.0.0.0
Please sign in to leave a comment.
Hello Irakli,
You can try a Gem command run configuration in this case, here is a help topic about it:
https://www.jetbrains.com/help/ruby/run-debug-configuration-gem-command.html
works like a charm Olga much obliged