Git Product home page Git Product logo

komodo-python-dbgp's People

Contributors

agroszer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

komodo-python-dbgp's Issues

Mutiusers and natting.

While the introduction of 'remote_connect_back' on PHP Xdebug module solved the problem of multi-user when web server has network access to IDE client, the issue remains fatal when server or client is protected behind a nat.

Changing line 333 of pydbgpproxy replacing addr=xxxx with addr= ['127.0.0.1',long(idekey)] makes proxy forward debug information on server network loopback. Each user can then use a simple ssh tunel to transfert debug information from server to its desktop IDE debug port, as they do in single user mode. Its not perfect, but it works and does not require to change firewall rules.

As today the default it for pydbgpproxy to push debug information to the IP/port that registered a given IDEkey. This cannot work in a natted environment. It would be nice to have an option or a syntax pattern for the key that change this behaviour.

Proposal:
--tunel=localhost push any information for a given registered IDEkey to localhost:port
--as a key partern "MyIdeKey:tunelport"
etc....

Ideally we would like Xdebug PHP module to handle such a "special" key pattern, as this would directly as it would eliminate the requirement for proxy.

_thread module usage

Since this in PyPi, might want to update the setup classifiers to mark the project as a Python 3 only package.

_thread exists only in Python 3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.