Closed jen6 closed 3 years ago
Thanks for your contribution! I like the idea. A few comments:
stty
command needed, this won't be discoverable without some how-to instructions in the documentation. Could you add those?Hi @inducer. It nice you like my idea!
I added reverse
parameter in the remote debugger and remove duplicate code in reverse_remote.py
.
Also added description in starting.rst
@inducer I applied your suggestion. Please check it.
Thanks for your contribution!
Hi PUDB community!
This is my vim setting for using the pudb in vim to debug python code. It works well usually. But sometimes telnet cannot connect to pudb because rarely tests need more than three seconds to initialize. I want to solve this but as I know there is no way to receive debugging started for now.
My idea to solve this problem is using reverse telnet.
Using NC open the port to accept the reverse shell connection, in pudb connect to the reverse shell. It makes no need to wait for the test program ready.
Welcome for opinions. thanks