Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » make eclipse more verbose?
make eclipse more verbose? [message #437757] Tue, 04 October 2005 11:16 Go to next message
arne anka is currently offline arne ankaFriend
Messages: 133
Registered: July 2009
Senior Member
i often get errors lke the following:

Unhandled event loop exception
Reason:
null argument;

often they are pretty useless as i do not know enough about eclipse (and
my prescience is disabled) to say where the error occured, even the log
remains silent (the life of the logger is _very_ mysterious).
is there a way to force eclipse to give substantially more informations?
Re: make eclipse more verbose? [message #437798 is a reply to message #437757] Wed, 05 October 2005 02:18 Go to previous messageGo to next message
Stephane  fournier is currently offline Stephane fournierFriend
Messages: 340
Registered: July 2009
Senior Member
Have a look at the command line parameters...

arne anka wrote:
> i often get errors lke the following:
>
> Unhandled event loop exception
> Reason:
> null argument;
>
> often they are pretty useless as i do not know enough about eclipse
> (and my prescience is disabled) to say where the error occured, even
> the log remains silent (the life of the logger is _very_ mysterious).
> is there a way to force eclipse to give substantially more informations?
Re: make eclipse more verbose? [message #437800 is a reply to message #437757] Wed, 05 October 2005 02:33 Go to previous messageGo to next message
Pascal Rapicault is currently offline Pascal RapicaultFriend
Messages: 440
Registered: July 2009
Senior Member
In those cases you should get a stack trace in the .log file in the
..metadata area folder under the workspace folder.

arne anka wrote:
> i often get errors lke the following:
>
> Unhandled event loop exception
> Reason:
> null argument;
>
> often they are pretty useless as i do not know enough about eclipse
> (and my prescience is disabled) to say where the error occured, even
> the log remains silent (the life of the logger is _very_ mysterious).
> is there a way to force eclipse to give substantially more informations?
Re: make eclipse more verbose? [message #437802 is a reply to message #437800] Wed, 05 October 2005 06:54 Go to previous messageGo to next message
arne anka is currently offline arne ankaFriend
Messages: 133
Registered: July 2009
Senior Member
> In those cases you should get a stack trace in the .log file in the
> .metadata area folder under the workspace folder.

nope. there's nothing.
Re: make eclipse more verbose? [message #437803 is a reply to message #437798] Wed, 05 October 2005 07:18 Go to previous message
arne anka is currently offline arne ankaFriend
Messages: 133
Registered: July 2009
Senior Member
> Have a look at the command line parameters...

well, -debug fills the log -- but it's still useless: the trace lists only
foreign classes, not my own where the error occurs (i finally found the
line in my code, but it's not listed in he log) -- is there a way to cause
eclipse top print a stacktrace including _my_ code?
Previous Topic:how to add IWorkbenchWindowActionDelegate programmatically ?
Next Topic:Unwanted resource perspective
Goto Forum:
  


Current Time: Thu Dec 26 22:22:26 GMT 2024

Powered by FUDForum. Page generated in 0.03995 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top