How can I connect the standard Emacs programming debugger (is this GUD? I don't know) to the running Python application's debugger?
When developing large Python applications, the Python pdb debugger is invoked by running the full application in debug mode. This also allows a remote connection.
How can I tell Emacs that there's a running instance of the application, it allows debugging via pdb, here's the PIN to authenticate, and please sync the code buffers and let me set breakpoints, step through, etc. using Emacs-provided debugging tools?