diff -r 10516539f238 -r 0a02c433f52d Debugger/StartDialog.py --- a/Debugger/StartDialog.py Fri Oct 18 23:00:41 2013 +0200 +++ b/Debugger/StartDialog.py Fri Nov 01 15:48:48 2013 +0100 @@ -29,9 +29,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