vimpdb
vimpdb copied to clipboard
Pdb and Vim integration
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...
I try to use vimpdb on remote system through ssh connection . My ~/.vimpdbrc: [vimpdb] vim_client_script = vim vim_server_script = vim server_name = VIM port = 6666 I set breakpoint...
When installing the script via `python setup.py develop --user` (on 78dc1af) and then running it one another script (via `import vimpdb; vimpdb.set_trace()`): ``` matej@mitmanek: qa-tools-apps (fixes *)$ ./status-report --debug --since=2014-10-01...
Hi, even after the uninstall of vimpdb and vim-bridge via pip, everytime I load a python-file into the buffer, the pdb-mappings overwrite my local settings in vim. I would like...
On windows xp, when I do ``` >python manual_test.py ``` a GVIM windows opens but there are lots of errors like: ``` Unknown function PDB_append_watch ``` What am I doing...
--Call-- is shown as well. Seems some stdout capture is incomplete.