--- a/Debugger/DebugUI.py Sun Jun 28 13:37:45 2015 +0200 +++ b/Debugger/DebugUI.py Wed Jul 01 19:34:51 2015 +0200 @@ -1568,7 +1568,7 @@ if not doNotStart: if runProject and self.project.getProjectType() in [ - "E4Plugin", "E6Plugin"]: + "E6Plugin"]: argv = '--plugin="{0}" {1}'.format(fn, argv) fn = os.path.join(getConfig('ericDir'), "eric6.py") @@ -1687,7 +1687,7 @@ if not doNotStart: if runProject and self.project.getProjectType() in [ - "E4Plugin", "E6Plugin"]: + "E6Plugin"]: argv = '--plugin="{0}" {1}'.format(fn, argv) fn = os.path.join(getConfig('ericDir'), "eric6.py") @@ -1809,7 +1809,7 @@ if not doNotStart: if runProject and self.project.getProjectType() in [ - "E4Plugin", "E6Plugin"]: + "E6Plugin"]: argv = '--plugin="{0}" {1}'.format(fn, argv) fn = os.path.join(getConfig('ericDir'), "eric6.py") @@ -1938,7 +1938,7 @@ if not doNotStart: if debugProject and self.project.getProjectType() in [ - "E4Plugin", "E6Plugin"]: + "E6Plugin"]: argv = '--plugin="{0}" {1}'.format(fn, argv) fn = os.path.join(getConfig('ericDir'), "eric6.py") tracePython = True # override flag because it must be true @@ -2001,7 +2001,7 @@ if not doNotStart: if forProject and self.project.getProjectType() in [ - "E4Plugin", "E6Plugin"]: + "E6Plugin"]: argv = '--plugin="{0}" {1}'.format(fn, argv) fn = os.path.join(getConfig('ericDir'), "eric6.py")