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 """ |