From d0006ffe91646af3f9f4a42affcb21aabb1ee6c0 Mon Sep 17 00:00:00 2001 From: Phillip Davis Date: Thu, 10 Jul 2025 07:16:42 -0400 Subject: [PATCH] add pry-byebug gives us "step" and "next" commands --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 57ab35e4b9adb6b7868b3512f0b339af135ad81c..ff653aabd3f36aca9a30c76a2981cbb0196b4f4c 100644 --- a/Gemfile +++ b/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"