Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Bogus "error during evaluation" messages
Bogus "error during evaluation" messages [message #132169] Wed, 07 January 2004 22:19 Go to next message
Macpherson is currently offline MacphersonFriend
Messages: 73
Registered: July 2009
Member
I frequently get <error(s) during the evaluation> when adding a watch
expression on a reference local to a block. For example, breaking at the
print statement, I could inspect the foo refernce but the bar would claim
<error(s) during the evaluation>. I find myself changing the scope of things
just to accommodate this problem in Eclipse. Any ideas? I use version 2.2 of
Eclipse.

if ( ... )
{
Bar foo = getFoo();

while( ... )
{
Foo bar = getBar();
print( bar );
....
}
}

TIA,

Rod
Re: Bogus "error during evaluation" messages [message #132368 is a reply to message #132169] Thu, 08 January 2004 15:24 Go to previous message
Darin Wright is currently offline Darin WrightFriend
Messages: 454
Registered: July 2009
Senior Member
I would suggest to file a bug report with a test case the illustrates the
problem.

Darin

"Rod Macpherson" <rmacpherson@verilet.com> wrote in message
news:bti0c7$odd$1@eclipse.org...
> I frequently get <error(s) during the evaluation> when adding a watch
> expression on a reference local to a block. For example, breaking at the
> print statement, I could inspect the foo refernce but the bar would claim
> <error(s) during the evaluation>. I find myself changing the scope of
things
> just to accommodate this problem in Eclipse. Any ideas? I use version 2.2
of
> Eclipse.
>
> if ( ... )
> {
> Bar foo = getFoo();
>
> while( ... )
> {
> Foo bar = getBar();
> print( bar );
> ....
> }
> }
>
> TIA,
>
> Rod
>
>
Previous Topic:location for saved perspective
Next Topic:Compare/Patch - Synchronized scrolling (horizontal)
Goto Forum:
  


Current Time: Wed Apr 24 21:27:31 GMT 2024

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

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

Back to the top