In a regular Java application, when a breakpoint is set within the finally block, the debugger session doesn’t terminate there when no exception is raised.
However, if an exception is raised during the execution of the code, the debugger will stop at the breakpoint.