I'm using the DefaultErrorHandler Class to automatically show the content of otherwise uncatched exceptions.
But the text area is always empty, due to the commented out line //e.printStackTrace(writer) in the ErrorHandler.kt File.
The fix would be quite easy - just add back that line. That fixed it for me. But I was wondering about the reason, that line is commented out. Does it break anything?
I'm using the DefaultErrorHandler Class to automatically show the content of otherwise uncatched exceptions.
But the text area is always empty, due to the commented out line
//e.printStackTrace(writer)
in the ErrorHandler.kt File.The fix would be quite easy - just add back that line. That fixed it for me. But I was wondering about the reason, that line is commented out. Does it break anything?