I have a wsgi app which has this in the code:
import rpdb2; rpdb2.start_embedded_debugger("asdf")
Now using rpdb2 (not winpdb!) I would like to connect to the process and start debugging.
I can’t figure out how to do that. How do I connect to a running process or how do I make that process to connect to the debugger?
Use commands inside rpdb2:
(I assume that you want to connect to process running on localhost. Otherwise you should use –host switch)