src/eric7/Project/Project.py

branch
eric7
changeset 9388
bfe7ea6599a3
parent 9361
718bc86e1c3f
child 9389
7b2344009d7a
equal deleted inserted replaced
9387:ce743c468d09 9388:bfe7ea6599a3
1361 """ 1361 """
1362 Public method to return the status of the debug properties. 1362 Public method to return the status of the debug properties.
1363 1363
1364 @return load status of debug properties (boolean) 1364 @return load status of debug properties (boolean)
1365 """ 1365 """
1366 return self.debugPropertiesLoaded 1366 return self.debugPropertiesLoaded or self.pdata["EMBEDDED_VENV"]
1367 1367
1368 def __showDebugProperties(self): 1368 def __showDebugProperties(self):
1369 """ 1369 """
1370 Private slot to display the debugger properties dialog. 1370 Private slot to display the debugger properties dialog.
1371 """ 1371 """

eric ide

mercurial