Closed stdcerr closed 3 years ago
Did you check that your Vim supports clientserver ? Check the requirements section in the Readme.
That in fact was the issue, I'm on Ubuntu and needed to install vim-gtk
instead to get clientserver
support! Thank you
When my code hits
import vimpdb;vimpdb.set_trace()
, I get the following output:and
vim --serverlist
gives me:What am I missing to get
vimpdb
up and running correctly in my environment?