Home » Language IDEs » Java Development Tools (JDT) » 3.5.1 - debugger not showing var values in popup
3.5.1 - debugger not showing var values in popup [message #495301] Wed, 04 November 2009 09:26 Go to next message
David Bala  is currently offline David Bala
Messages: 17
Registered: July 2009
Junior Member
Hi!

I just installed 3.5.1 java-ee (galileo SR1) and see in the Java debugger that when I point with mouse over a variable in the source code, a popup appears, but unlike in older versions it does not show the variable value, but its type and method in which it is declared.

How to switch to "display value" function?
I searched the preferences, but did not find anything.

Regards,
David

PS: The actual package I installed is : http://www.eclipse.org/downloads/download.php?file=/technolo gy/epp/downloads/release/galileo/SR1/eclipse-jee-galileo-SR1 -win32.zip

I also installed the SVN plugin (subversive).

[Updated on: Wed, 04 November 2009 09:52]

Re: 3.5.1 - debugger not whowing var values in popup [message #495333 is a reply to message #495301 ] Wed, 04 November 2009 10:30 Go to previous messageGo to next message
Mauro Molinari  is currently offline Mauro Molinari
Messages: 16
Registered: July 2009
Junior Member
David Bala ha scritto:
> I just installed 3.5.1 kava-ee (galileo SR1) and see in the Java
> debugger that when I point with mouse over a variable in the source
> code, a popup appears, but unlike in older versions it does not show the
> variable value, but its type and method in which it is declared.

Are you sure that the appropriate stack frame is selected and "active"
in the Debug view when you hover the mouse on the desired variable?

Mauro.
Re: 3.5.1 - debugger not whowing var values in popup [message #495366 is a reply to message #495333 ] Wed, 04 November 2009 11:15 Go to previous messageGo to next message
David Bala  is currently offline David Bala
Messages: 17
Registered: July 2009
Junior Member
Mauro Molinari wrote on Wed, 04 November 2009 10:30

Are you sure that the appropriate stack frame is selected and "active"
in the Debug view when you hover the mouse on the desired variable?


Yes, because the "Variables" view is showing the "this" object and all local variables.

Funny, now I tried and now it works !?
Hope it stays that way...
Re: 3.5.1 - debugger not showing var values in popup [message #499218 is a reply to message #495301 ] Fri, 20 November 2009 08:21 Go to previous message
David Bala  is currently offline David Bala
Messages: 17
Registered: July 2009
Junior Member
Reported as bug 295596. See it for some more details about the problem: https://bugs.eclipse.org/bugs/show_bug.cgi?id=295596
Previous Topic:Lib source code is shown as "not on a build path" resulting in invisible breakpoint bullet
Next Topic:VariableDeclarationFragment distinguish simple variable from array
Goto Forum: