Skip to content

Proxy for Xdebug patched to use port from IDE key

License

Notifications You must be signed in to change notification settings

eduard-sukharev/pydbgpproxy-idekey-port

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydbgpproxy

This is DBGp-compatible proxy (like dbgpProxy) that can be used to allow multi-user debugging. This fork adds -p|--ide-key-port option to select IDE talk-back port from IDE key instead of picking it randomly, which solves SSH tunneling issues.

Install

Troubleshooting

If you encounter following error:

Traceback (most recent call last):
  File "/usr/local/bin/pydbgpproxy", line 106, in <module>
    import dbgp.serverBase
ImportError: No module named dbgp.serverBase

then append pythonlib dir to your PYTHONPATH env variable:

echo "export PYTHONPATH=\${PYTHONPATH}:${PWD}/pydbgpproxy/pythonlib" >> ~/.bashrc

About

Proxy for Xdebug patched to use port from IDE key

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%