New submission from Pablo Galindo Salgado <pablog...@gmail.com>:
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). ---------- messages: 375579 nosy: pablogsal priority: normal severity: normal status: open title: Allow pdb to switch to a different thread versions: Python 3.10 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41571> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com