Description
Two minor issues have been found after upgrading jline3 in commit 66dda260ce09c9963cbf1c8146712739f7590afc
- Autocompletion does not work when you use the short form debugger commands
- Trying to exit out of the deubger with Ctrl+C throws an org.jline.reader.UserInterruptException, which the CLI sees as a bug and prints the big "THIS IS A BUG" message. Instead, the CLI should catch this and just exit