Whenever I drop a debugging breakpoint with byebug, I am noticing inconsistencies with the text that I type. For instance, I am able to type the first 2-3 characters. However, after the first 2-3 characters, the terminal starts adding random square brackets and other characters. For instance when I type env
, Byebug outputs: eenv
, or when I try to access a key in env
Byebug outputs something even worse: ^[[Aenv['QUERY_STRING'']^[[
.
Has anyone ran into this problem with Byebug?