27 application for debugging. It asks the user to enter |
27 application for debugging. It asks the user to enter |
28 the commandline parameters, the working directory and |
28 the commandline parameters, the working directory and |
29 whether exception reporting should be disabled. |
29 whether exception reporting should be disabled. |
30 """ |
30 """ |
31 def __init__(self, caption, argvList, wdList, envList, exceptions, |
31 def __init__(self, caption, argvList, wdList, envList, exceptions, |
32 parent=None, type=0, modfuncList=None, tracePython=False, |
32 parent=None, type=0, modfuncList=None, tracePython=False, |
33 autoClearShell=True, autoContinue=True, autoFork=False, |
33 autoClearShell=True, autoContinue=True, autoFork=False, |
34 forkChild=False): |
34 forkChild=False): |
35 """ |
35 """ |
36 Constructor |
36 Constructor |
37 |
37 |
38 @param caption the caption to be displayed (string) |
38 @param caption the caption to be displayed (string) |
39 @param argvList history list of commandline arguments (list of strings) |
39 @param argvList history list of commandline arguments (list of strings) |