Reputation: 197
I used to have this ability but for some reason it is gone.
When debugging I used to hover over variable and see its content.. how do I restore this ability?
Upvotes: 3
Views: 2478
Reputation: 25332
I just checked it here and it's working for me... In the latest versions, some changes were done to the hover, so, make sure you have it properly configured to show the debug hover.
I.e.: in preferences > pydev > editor > hover
If you have "combine hovers" selected and the "pydev debug hover" checked and the "show variables values while debugging" checked (as image below) it should work.
Upvotes: 2