I’ve been using pyclewn for debugging in vim. It works quite well on gvim with ballooneval to show the values of variables but the problem is I’m mostly using vim in a terminal so that I can’t use the balloon feature.
I have found this but it looks abondoned already and I couldn’t make it work as there’s no installation instructions. Does anyone know a way to use ballooneval in terminal vim?
From documentation:
It’s not quite clear though, whether this imply that terminal mode does not support
balloonevalat all (or it’s available in terminal mode when GUI is compiled in), but there’s no clues to do that in the documentation.So: it’s highly unlikely that you can use
balloonevalin the terminal mode without messing with the Vim sources.