0

I run this command to start my padrino local server. Further while debugging I have to connect the VSCode debugger to this for the server start process to resume. This is just a little painful to start the server and then go to VS code to attach the debugger. Is there a way I can have the padrino server start and the vs code debugger attachment in the same command. I do this process 100 times a day, so it would be super helpful.

bundle exec $GEM_BIN/rdebug-ide --host 0.0.0.0 --port 1234 -- $GEM_BIN/padrino start
imba22
  • 651
  • 1
  • 13
  • 25

0 Answers0