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