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
On normal situations, pry (or byebug) show a few lines of source code context (same as if you'd call whereami on the pry console) every time it stops, including on the first stop.
Enabling pry-auditlog seems to be disabling this, i.e., when calling binding.pry it provides you with a pry prompt without any source code context.
The text was updated successfully, but these errors were encountered:
On normal situations,
pry
(orbyebug
) show a few lines of source code context (same as if you'd callwhereami
on the pry console) every time it stops, including on the first stop.Enabling
pry-auditlog
seems to be disabling this, i.e., when callingbinding.pry
it provides you with a pry prompt without any source code context.The text was updated successfully, but these errors were encountered: