[issue41571] Implement thread-related commands in pdb

Pablo Galindo Salgado report at bugs.python.org
Mon Aug 17 23:13:51 EDT 2020


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

We may need to think as well how some commands interest when you are in a different thread context. For instance, stepping into something when you are in a different thread is equivalent to setting a breakpoints in the next thread instruction, so this has the same considerations as the breakpoints. We may want to disallow this or to emit some warning in this case.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41571>
_______________________________________


More information about the Python-bugs-list mailing list