jaredly / vim-debug

A plugin for VIM that creates an Integrated Debugging Environment :) Currently works with PHP and Python
http://jaredforsyth.com/projects/vim-debug
MIT License
284 stars 28 forks source link

Supporting the komodo pydbgpproxy for multiple remote debugging sessions #7

Closed jhogendorn closed 8 years ago

jhogendorn commented 13 years ago

We use the komodo dbgp proxy, since we have one server and multiple clients for debugging in some instances.

http://docs.activestate.com/komodo/4.4/debugger.html#dbgp_proxy http://derickrethans.nl/debugging-with-multiple-users.html

As far as I can tell, vim-debug doesnt support this? If it does, could you point out how to use it?

jaredly commented 11 years ago

Yes, it currently doesn't support this