Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vimpdb does not accept commands #18

Open
stdcerr opened this issue Apr 10, 2021 · 2 comments
Open

vimpdb does not accept commands #18

stdcerr opened this issue Apr 10, 2021 · 2 comments

Comments

@stdcerr
Copy link

stdcerr commented Apr 10, 2021

I installed vimpdb with pip and after that it gave me the error described here, I also cloned the repository from (https://github.com/gotcha/vimpdb) and used the easy_install method but it keeps giving me the same troubles:

When I get to a breakpoint (vimpdb.set_trace()) I see the screen showing the source code with the cursor sitting at the right position but any time I try to enter commands as indexed on https://github.com/gotcha/vimpdb#vim-commands , for example :PDBStep, I get an error E117: Unknown function: PDBSendCommand while autocomplete (for :PDBStep) seems to work fine. I'm obviously missing something (PDBSendCommand)but am not sure how get it setup correctly? Can you help?

@gotcha
Copy link
Owner

gotcha commented Apr 21, 2021

Are you using it with Python 2.7 ? Python 3 is not supported.

@stdcerr
Copy link
Author

stdcerr commented Apr 24, 2021

Are you using it with Python 2.7 ? Python 3 is not supported.

Thank you, while this is helpful information, I have ,moved past this by now and can not go bac to check, however, the system did use some combination of 2.7 & 3. I believe this will be helpful for others.
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants