You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Ruby 2.6 in verbose mode, it shows this warning:
env RUBYOPT="-w" bundle exec pry
<main>:1: warning: __FILE__ in eval may not return location in binding; use Binding#source_location instead
[1] pry(main)>
See related issue in Pry: pry/pry#1871, pry/pry#1904 (not released yet)
When running Ruby 2.6 in verbose mode, it shows this warning:
If I remove pry-byebug gem, the warning disappears.
Culprits:
https://github.com/deivid-rodriguez/pry-byebug/blob/master/lib/pry-byebug/base.rb#L16
https://github.com/deivid-rodriguez/pry-byebug/blob/master/lib/pry-byebug/helpers/breakpoints.rb#L23
(BTW, running "pry" from master completely breaks with pry-byebug, but that's a separate issue.)
The text was updated successfully, but these errors were encountered: