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. W
I finally figured out by myself. In the View Breakpoints windows, check Any Exception but uncheck the mark for Caught exception. The launcher and class loader exceptions are caught and handled internally by the JVM. This way any user exceptions will be caught without manually specifying the type of exception.