eric6/DebugClients/Python/ThreadExtension.py

changeset 8207
d359172d11be
parent 7986
2971d5d19951
child 8218
7c09585bd960
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
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.

eric ide

mercurial