Eclipse bug ...

B

Bruno Vignola

Hello,

I have been developing in Java with Eclipse for ages, and have always
found (in all the releases I tried) a quite annoying bug: using the
debugger,
_sometimes_, inspecting the variables, eclipse reports a null value
(instead
of the correct one); sometimes, restarting the IDE, the problem
disappear,
other times not. It seems a random bug ... did anyone deal with it and
know
how to sort it out ?

thank you all in advance :)

Bruno
 
S

Sigfried

Bruno Vignola a écrit :
Hello,

I have been developing in Java with Eclipse for ages, and have always
found (in all the releases I tried) a quite annoying bug: using the
debugger,
_sometimes_, inspecting the variables, eclipse reports a null value
(instead
of the correct one); sometimes, restarting the IDE, the problem
disappear,
other times not. It seems a random bug ... did anyone deal with it and
know
how to sort it out ?

thank you all in advance :)

It might be that toString() returns null but the variable is not null. I
got this one several times.
 
B

Bruno Vignola

It might be that toString() returns null but the variable is not null. I
got this one several times.

sorry, what do you mean? The .toString() method of a specific
object? When this problem happens, I can't inspect any variable
in my code, including integer, float, etc.

anyway did you find anything for solving the problem ?

thank you very much for the reply :)

Bruno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top