vim_debug expects 'pydbgp.py' on the $PATH
Closed this issue · 5 comments
mgedmin commented
Current git head expects pydbgp.py to be in your $PATH. But if you easy_install pydbgp, you get a script with no filename extension -- i.e. pydbgp.
Incidentally, this then causes issue #3 (AttributeError: Debugger instance has no attribute 'bend') when you try to :dbg quit.
jaredly commented
there's no such package "pydbgp"
jaredly commented
and actually, in the latest pydbgp I've changed it to pydbgp.py, so that it might have a prayer of working on windows
mgedmin commented
$ git clone git://github.com/jabapyth/pydbgp
$ easy_install ./pydbgp
$ pydbgp.py
pydbgp.py: command not found
$ pydbgp
pydbgp: error: scriptname not provided
See 'pydbgp --help'.
jaredly commented
ah yes -- I updated pypi, but forgot to push the changes back to github >.<
mgedmin commented
fair enough ;)