Open glaucocustodio opened 11 months ago
ruby -v
gem list debug
gem list rails
gem list irb
Describe the bug Command history is forgotten after restarting rails console
To Reproduce
1+1
history
ps: it works as expected when I have pry-byebug (3.10.1) instead of debug (1.9.1) on the application Gemfile
pry-byebug (3.10.1)
debug (1.9.1)
Expected behavior When pressing up arrow, I should see the last executed command, as it happens with pry-byebug.
pry-byebug
ruby -v
: ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin21]gem list debug
: debug (1.9.1)gem list rails
: rails (7.1.2)gem list irb
: irb (default: 1.11.0)Describe the bug Command history is forgotten after restarting rails console
To Reproduce
1+1
)history
, you must see the two commandshistory
, history is emptyps: it works as expected when I have
pry-byebug (3.10.1)
instead ofdebug (1.9.1)
on the application GemfileExpected behavior When pressing up arrow, I should see the last executed command, as it happens with
pry-byebug
.