This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iank
Recipients docs@python, iank
Date 2016-10-28.12:55:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477659342.78.0.0469891681289.issue28546@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3.7/library/pdb.html:

"The typical usage to break into the debugger from a running program is to insert

import pdb; pdb.set_trace()

at the location you want to break into the debugger."

A plain read of this says: insert code into a running program.
I can do this just fine in gdb, so when reading this, I wonder
if attaching is explained elsewhere, or what.

Patch to improve this.
History
Date User Action Args
2016-10-28 12:55:42ianksetrecipients: + iank, docs@python
2016-10-28 12:55:42ianksetmessageid: <1477659342.78.0.0469891681289.issue28546@psf.upfronthosting.co.za>
2016-10-28 12:55:42ianklinkissue28546 messages
2016-10-28 12:55:42iankcreate