--- a/eric7/Debugger/DebugUI.py Thu May 20 19:19:33 2021 +0200 +++ b/eric7/Debugger/DebugUI.py Thu May 20 19:20:50 2021 +0200 @@ -1779,7 +1779,7 @@ if not doNotStart: if runProject and self.project.getProjectType() in [ - "E6Plugin"]: + "E7Plugin"]: argv = '--plugin="{0}" {1}'.format(fn, argv) fn = os.path.join(getConfig('ericDir'), "eric7.py") @@ -1924,7 +1924,7 @@ if not doNotStart: if runProject and self.project.getProjectType() in [ - "E6Plugin"]: + "E7Plugin"]: argv = '--plugin="{0}" {1}'.format(fn, argv) fn = os.path.join(getConfig('ericDir'), "eric7.py") @@ -2066,7 +2066,7 @@ if not doNotStart: if runProject and self.project.getProjectType() in [ - "E6Plugin"]: + "E7Plugin"]: argv = '--plugin="{0}" {1}'.format(fn, argv) fn = os.path.join(getConfig('ericDir'), "eric7.py") @@ -2224,7 +2224,7 @@ if not doNotStart: if debugProject and self.project.getProjectType() in [ - "E6Plugin"]: + "E7Plugin"]: argv = '--plugin="{0}" {1}'.format(fn, argv) fn = os.path.join(getConfig('ericDir'), "eric7.py") tracePython = True # override flag because it must be true @@ -2311,7 +2311,7 @@ if not doNotStart: if forProject and self.project.getProjectType() in [ - "E6Plugin"]: + "E7Plugin"]: argv = '--plugin="{0}" {1}'.format(fn, argv) fn = os.path.join(getConfig('ericDir'), "eric7.py")