This debugger has no built-in keyboard shortcuts! Or autocompletion! Or command history! Or even, as far as I can tell, means of telling it to repeat a command. Argh!
But anyway: how do I make it show me what *handled* exception caused a program to gracefully exit?
(I'm trying to debug a CLI frontend. For an encryption library. That catches java.lang.Throwable in the main() method of the CLI utility, and is giving me an incredibly vague and unhelpful error message about "bad input." Sigh.)
Edit: somehow I missed <n> <command>. N/M...