stuartb (Stuart Bury)
- Login: stuartb
- Registered on: 07/31/2023
- Last sign in: 08/15/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/15/2023
-
12:08 PM Ruby Bug #19791: Debugger does not handle delete key correctly
- After upgrading `reline`, I uninstalled and reinstalled the `debug` gem. That seems to have solved the problem.
What can be done to avoid this problem happening again in the future? Perhaps change the `debug` gem dependencies to requi...
08/01/2023
-
03:31 PM Ruby Bug #19791: Debugger does not handle delete key correctly
- I just did `gem install reline` and upgraded it to 0.3.7, but the problem persists.
-
03:29 PM Ruby Bug #19791: Debugger does not handle delete key correctly
- `gem list` gives the following output:
```
*** LOCAL GEMS ***
abbrev (default: 0.1.1)
addressable (2.8.4)
angelo (0.5.1)
base64 (default: 0.1.1)
benchmark (default: 0.2.1)
bigdecimal (default: 3.1.3)
bundler (default: 2.4.17)
byebug (1...
07/31/2023
-
08:15 PM Ruby Bug #19791 (Closed): Debugger does not handle delete key correctly
- When entering the debugger using `binding.debugger` or the `rdbg` command, pressing the delete key on the keyboard to delete characters at the REPL merely prints "^[[3~" to the console, and does not actually delete anything. This is **ve...