ban
ban

Reputation: 197

How to see variable content in debuging Eclipse PyDev?

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

Answers (1)

Fabio Zadrozny
Fabio Zadrozny

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.

enter image description here

Upvotes: 2

Related Questions