eric7/Debugger/DebugUI.py

branch
eric7
changeset 8336
d566c2970f39
parent 8322
b422b4e77d19
child 8356
68ec9c3d4de5
--- 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")
             

eric ide

mercurial