--- a/Debugger/StartDialog.py Mon Oct 14 19:30:36 2013 +0200 +++ b/Debugger/StartDialog.py Mon Oct 14 20:08:19 2013 +0200 @@ -27,9 +27,9 @@ whether exception reporting should be disabled. """ def __init__(self, caption, argvList, wdList, envList, exceptions, - parent=None, type=0, modfuncList=None, tracePython=False, - autoClearShell=True, autoContinue=True, autoFork=False, - forkChild=False): + parent=None, type=0, modfuncList=None, tracePython=False, + autoClearShell=True, autoContinue=True, autoFork=False, + forkChild=False): """ Constructor