No stack dump in console? [message #102222] |
Tue, 29 July 2003 10:05  |
Eclipse User |
|
|
|
Originally posted by: crvich.us.ibm.com
When a Runtime exception gets thrown in a test/runtime workbench, the
exception name is shown in red text in the development workbench console.
Great, but I really need the stack trace too. The stack trace seems to at
least go to the .metadata/.log file in the runtime-workspace area (gotta go
dig it out, slightly inconvenient), and of course I can modify my code to
try/catch the outermost function and print it myself...but I'm wondering if
there's a simple option somewhere to automatically direct the stack dump to
the console right there along with the exception name. Enabling the
"Tracing" option in the Run setup doesn't seem to do it.
--
Ernest M. Crvich
IBM ODE Team
http://w3.ode.raleigh.ibm.com/
Have footbag, will shred
|
|
|
|
Re: No stack dump in console? [message #102283 is a reply to message #102222] |
Tue, 29 July 2003 10:22  |
Eclipse User |
|
|
|
Ernest Crvich wrote:
> When a Runtime exception gets thrown in a test/runtime workbench, the
> exception name is shown in red text in the development workbench console.
> Great, but I really need the stack trace too. The stack trace seems to at
> least go to the .metadata/.log file in the runtime-workspace area (gotta go
> dig it out, slightly inconvenient), and of course I can modify my code to
> try/catch the outermost function and print it myself...but I'm wondering if
> there's a simple option somewhere to automatically direct the stack dump to
> the console right there along with the exception name. Enabling the
> "Tracing" option in the Run setup doesn't seem to do it.
Launch with the -consolelog command line option.
Jeff
|
|
|
Powered by
FUDForum. Page generated in 0.03430 seconds