How to enable rubymine GUI debugger using different server startup configuration?
已回答
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
请先登录再写评论。
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