16 from DebugBase import DebugBase |
16 from DebugBase import DebugBase |
17 |
17 |
18 _qtThreadNumber = 1 |
18 _qtThreadNumber = 1 |
19 |
19 |
20 |
20 |
21 class ThreadExtension(object): |
21 class ThreadExtension: |
22 """ |
22 """ |
23 Class implementing the thread support for the debugger. |
23 Class implementing the thread support for the debugger. |
24 |
24 |
25 Provides methods for intercepting thread creation, retrieving the running |
25 Provides methods for intercepting thread creation, retrieving the running |
26 threads and their name and state. |
26 threads and their name and state. |