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 pablogsal
Recipients pablogsal
Date 2020-08-17.23:48:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597708081.91.0.301663763083.issue41571@roundup.psfhosted.org>
In-reply-to
Content
Unfortunately, the thread experience with pdb is not as good as it could be due to the lack of thread-related commands. In other debuggers like gdb, is common to be able to do some of the following operations:

* list all threads
* switch the context to a different thread.
* Stop all threads when attaching.
* Place a breakpoint in a specific thread.

I think the user experience will improve considerably if we could implement at least these features (and maybe some others that we deem useful).
History
Date User Action Args
2020-08-17 23:48:01pablogsalsetrecipients: + pablogsal
2020-08-17 23:48:01pablogsalsetmessageid: <1597708081.91.0.301663763083.issue41571@roundup.psfhosted.org>
2020-08-17 23:48:01pablogsallinkissue41571 messages
2020-08-17 23:48:01pablogsalcreate