Michael Thelen
2005-01-18 14:41:46 UTC
Hello!
I have the following problem. If I have exception, that I catch within
the code there is nothing shown in the debug-mode. But not all my caught
excepions print out something readable. So I tried to define my onw
exception breakpoint, but I don't get stacktrace nor any other
information on the exception.
Is there any chance to set this up within Jbuilder or do I always need
to put something like <ex.printStackTrace(System.err);> within the catch
block.
Thanks for help!
Mike
I have the following problem. If I have exception, that I catch within
the code there is nothing shown in the debug-mode. But not all my caught
excepions print out something readable. So I tried to define my onw
exception breakpoint, but I don't get stacktrace nor any other
information on the exception.
Is there any chance to set this up within Jbuilder or do I always need
to put something like <ex.printStackTrace(System.err);> within the catch
block.
Thanks for help!
Mike