debugging - Not working - Hover on variable to see value in debug prespective in Eclipse -
i using classic eclipse 3.6.1. have java project throwing exception because of stack overflow. unlike other editors, when hover mouse pointer on variable not show me value of variable. here settings in
window->preferences->java->editor->hovers combined hover - shift variable values - ctrl source - shift+ctrl
but doesn't seem working. have seen threads others same problem not find solution. bug hasn't been fixed yet?
thanks!
go window - preferences - java - editor - hovers.
is "combined hover" selected? uncheck it; apply; close window; restart debugging session; go back; check again; apply. if above doesn't help, can check "variable values" option , specify modifier key it. not convenient "combined", should work.
the problem gets "fixed" renaming package.
for whatever reason, refactoring triggers in eclipse, , able view variable values during debugging. also, when go preferences under hovers, can see "variable values" option.
Comments
Post a Comment