add pry-byebug

Phillip Davis created

gives us "step" and "next" commands

Change summary

Gemfile | 1 +
1 file changed, 1 insertion(+)

Detailed changes

Gemfile 🔗

@@ -30,6 +30,7 @@ gem "thin"
 gem "value_semantics", git: "https://github.com/singpolyma/value_semantics"
 
 group(:development) do
+	gem "pry-byebug"
 	gem "pry-reload"
 	gem "pry-rescue"
 	gem "pry-stack_explorer"