This seems a dumb question, but I can't figure out how to debug exceptions in Intellij Idea. Googling does not help either.
I try to create exception breakpoints. When IDEA breaks, I expect it to give me a call stack showing what leads to the method that throws the exception as well as automatic watch window just like Visual Studio's debugging tool. Instead it shows all kinds of garbled message about Launcher
or ClassLoader
, but no signs of the actual exception during runtime.
So how exactly is IDEA's exception breakpoint supposed to be used?