Created
July 31, 2017 12:27
-
-
Save iNecas/37ce425326a0acb52280a3cb55a9ebf4 to your computer and use it in GitHub Desktop.
pry-remote-setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scl enable tfm bash | |
gem install pry-remote | |
setenforce 0 | |
# in code: | |
# require 'pry-remote'; binding.remote_pry | |
$(dirname $(gem which pry-remote))/../bin/pry-remote |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment