If a Java application throws an unhandled exception, it causes Eclipse to break at that point. Is there a way to inspect the current exception? Basically, $exception from MSVS?
If a Java application throws an unhandled exception, it causes Eclipse to break at
Share
In think the problem described occurs when making use of Exception breakpoint, in which case you don’t have access to the exception variable and can’t inspect it in the variables view.
I found a “solution” to this problem in the following post: Breakpoint at exception in Eclipse – how to examine Exception object?
It is: