I want to pry on the specified line without binding.pry
^In this question, I learned that if you want to debug the third party's Gem, you should use byebug.Now, I would like to give the byebug argument an executable of ruby to be executed with the bundle exec command
.
Therefore, I wanted to get the ruby executable that I would run with this bundle exec command
.
I would like to get the executable file path for the command that I will execute with the bundle exec command
.Is there a way to do this?
This is my work, but do you think I can satisfy what I want to do here?
https://rubygems.org/gems/process-path
https://github.com/yagihiro/process-path
© 2025 OneMinuteCode. All rights reserved.