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
{{ message }}
This repository was archived by the owner on Mar 12, 2023. It is now read-only.
Describe the bug
Expected binding.pry to work as it does with pry, pry-rails, pry-debugger since pry is a dependency of this gem.
It would be great if Jard was backwards compatible so that users who prefer binding.pry can use it alongside other team members wishing to use Jard
To Reproduce
Steps to reproduce the behavior:
Use binding.pry in a file
Expected behavior
Pry to work as it previously did
This issue is fixed in #41. You can now use one ofbinding.pry, byebug, debugger, jard commands depending your preference. The limitation is that after jard is first triggered, the backward compatibility is not guranteed anymore. The reason is that after Jard starts, it takes over internal states of Pry and Byebug. So, byebug and pry are not awared of external changes, and won't work as expected. If Jard doesn't start, they are fine.
deftestjardsleep0byebug# It triggers jard interfacessleep0binding.pry# Brokenend
Describe the bug
Expected binding.pry to work as it does with pry, pry-rails, pry-debugger since pry is a dependency of this gem.
It would be great if Jard was backwards compatible so that users who prefer binding.pry can use it alongside other team members wishing to use Jard
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Pry to work as it previously did
Screenshots
The text was updated successfully, but these errors were encountered: