eric6/DebugClients/Python/SubprocessExtension.py

changeset 7906
0af028b93cb3
parent 7901
6ff7ccf0cb50
child 7923
91e843545d9a
equal deleted inserted replaced
7905:1f0cb4361065 7906:0af028b93cb3
25 @param debugClient reference to the debug client object 25 @param debugClient reference to the debug client object
26 @type DebugClient 26 @type DebugClient
27 """ # __IGNORE_WARNING_D234__ 27 """ # __IGNORE_WARNING_D234__
28 global _debugClient 28 global _debugClient
29 29
30 # TODO: implement a process tracer
31 # i.e. report which processes are started
32 class PopenWrapper(module.Popen): 30 class PopenWrapper(module.Popen):
33 """ 31 """
34 Wrapper class for subprocess.Popen. 32 Wrapper class for subprocess.Popen.
35 """ 33 """
36 def __init__(self, arguments, *args, **kwargs): 34 def __init__(self, arguments, *args, **kwargs):

eric ide

mercurial