39 |
39 |
40 @param arguments command line arguments for the new process |
40 @param arguments command line arguments for the new process |
41 @type list of str or str |
41 @type list of str or str |
42 @param args constructor arguments of Popen |
42 @param args constructor arguments of Popen |
43 @type list |
43 @type list |
44 @param kwargs constructor keword only arguments of Popen |
44 @param kwargs constructor keyword only arguments of Popen |
45 @type dict |
45 @type dict |
46 """ |
46 """ |
47 if ( |
47 if ( |
48 _debugClient.debugging and |
48 _debugClient.debugging and |
49 _debugClient.multiprocessSupport and |
49 _debugClient.multiprocessSupport and |