Open
Description
Failing case:
gem install pry-byebug
# test.rb
require 'pry'
binding.pry
Test: ruby test.rb
. No pry shell opens.
Passing case:
gem uninstall pry-byebug
Or, add a line with assignment. Oddly enough, ending lines of comments or simply an ending line of 1
doesn't workaround this.
# test.rb
require 'pry'
binding.pry
a = 1
Test: ruby test.rb
. The pry shell opens.
The workaround is pretty simple. Ever since moving to ruby 2 and getting rid of pry-nav, I've just got in the habit of doing this. Logging an issue in case this is unexpected. 🍰
Metadata
Metadata
Assignees
Labels
No labels