eclipse - Cannot view variables values from Java sources during debug -


while debugging java program, cannot view variables values in java source code, example in function integer.valueof(). try add variables in expressions or inspect, 'a cannot resolved'

this known problem. typically can see argument values arg0, arg1 etc , member variables. if lhballoti right , problem jdk compiled without debug information try compile sources (src.zip). believe hard compile whole jdk think can compile interesting classes. push classes bootclasspath when running java program (using -xbootclasspath/p).

i hope work.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -