[issue41571] Allow pdb to switch to a different thread

2020-08-17 Thread Pablo Galindo Salgado


New submission from Pablo Galindo Salgado :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41571] Allow pdb to switch to a different thread

2020-08-17 Thread Pablo Galindo Salgado


Change by Pablo Galindo Salgado :


--
components: +Library (Lib)

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com