Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
403 stars 107 forks source link

Remote pdb debbugging #13

Open poros opened 10 years ago

poros commented 10 years ago

It would be really great to be able to start pdb sessions and debug components remotely. We can use as base the code that I used when I hunted down that memory leak in the Python official implementation of the multilang protocol.

Migrated from PYLEUS-125