Debugger/StartDialog.py

changeset 3021
801289962f4e
parent 2988
f53c03574697
child 3058
0a02c433f52d
child 3160
209a07d7e401
equal deleted inserted replaced
3020:542e97d4ecb3 3021:801289962f4e
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)

eric ide

mercurial