PDE not showing stack trace when exception is thrown
in
Integration and Hardware
•
2 months ago
I am used to throw RuntimeExceptions() around my code, to make sure that everything works fine. PDE is catching those exceptions and displaying the error message in a "brown line" above the console. However the problem is that it is only error message, WITHOUT stacktrace. This way it is hard to figure out: what exactly caused the problem... is there a way to tell PDE to show the stacktrace?
In the example below, it would like to know WHO is calling
checkGridBoundsOrThrow() to figure out the cause of error, but without stacktrace I can't.
1