Skip to main content
Mention GUD even though I don't really know what that is.
Source Link
bignose
  • 679
  • 4
  • 16

How can I connect my runningthe 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. Python's pdbThis 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?

How can I connect my running Emacs to the running Python application's debugger?

When developing large Python applications, the debugger is invoked by running the full application in debug mode. Python's pdb allows a remote connection.

How can I tell Emacs that there's a running instance of the application, here's the PIN to authenticate, and please sync the code buffers and let me set breakpoints, step through, etc. using Emacs?

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?

Source Link
bignose
  • 679
  • 4
  • 16

Connect to running Python pdb from code buffer

How can I connect my running Emacs to the running Python application's debugger?

When developing large Python applications, the debugger is invoked by running the full application in debug mode. Python's pdb allows a remote connection.

How can I tell Emacs that there's a running instance of the application, here's the PIN to authenticate, and please sync the code buffers and let me set breakpoints, step through, etc. using Emacs?