Posted By:
Ammar_Khalid
Posted On:
Thursday, September 24, 2009 11:48 AM
Hi There, I am on Eclipse 3.4.1 and debugging my java code. However, when I take my cursor to a variable, it doesn't show the value of the variable in the Debugger's perspective.
e.g. a String variable cellPosition is assigned "C5". However, when I take the cursor to inspect the variable, it shows
String cellPosition com.test.MyClass.MyFunc()
What could be the reason as it is quite annoying.