ruby / debug

Debugging functionality for Ruby
BSD 2-Clause "Simplified" License
1.14k stars 127 forks source link

History not available #1054

Open glaucocustodio opened 11 months ago

glaucocustodio commented 11 months ago

Describe the bug Command history is forgotten after restarting rails console

To Reproduce

ps: it works as expected when I have pry-byebug (3.10.1) instead of debug (1.9.1) on the application Gemfile

Expected behavior When pressing up arrow, I should see the last executed command, as it happens with pry-byebug.