Hi.
Im making a plugin to eclipse with GEF and EMF. My problem is debugging
the plugin.
I get different exceptions in the runEventLoop method in the Workbench
class. The
exception handler only writes a small message to the console and no
stacktrace.
I've been stepping through the hole thing and the error seem to be
somewhere in one
of the threads(I think..). Without the trace its kind of hard to find out
where in
the code the error is. Is there a way to get the hole trace? I've tried
log4j
without any luck. :(