When attempting to make local calls in the console, pressing ctrl-x merely prints ^x rather than leaving the console. At this point, the only way out is to kill pudb. An interesting behavior is that this only happens after issuing a command in the console; ctrl-x works fine until then.
Details:
pudb version: 2015.4.1
installed with pip
running in osx 10.11.2 in iTerm2, Terminal, and Neovim's terminal mode
When attempting to make local calls in the console, pressing ctrl-x merely prints
^xrather than leaving the console. At this point, the only way out is to kill pudb. An interesting behavior is that this only happens after issuing a command in the console; ctrl-x works fine until then.Details:
pudb version: 2015.4.1
installed with pip
running in osx 10.11.2 in iTerm2, Terminal, and Neovim's terminal mode