forked from qt-creator/qt-creator
Debugger: Show a warning if Python < 2.7 is used
Execution will continue for now, but not for long. Change-Id: I1abc57e6375e5ec4d24c7299f68f59c5bb06f3c9 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -221,7 +221,8 @@ protected:
|
||||
void handleListFeatures(const DebuggerResponse &response);
|
||||
void handlePythonSetup(const DebuggerResponse &response);
|
||||
|
||||
int m_gdbVersion; // 7.6.1 is 70601
|
||||
int m_gdbVersion; // 7.6.1 is 70601
|
||||
int m_pythonVersion; // 2.7.2 is 20702
|
||||
bool m_isQnxGdb;
|
||||
|
||||
private: ////////// Inferior Management //////////
|
||||
|
||||
Reference in New Issue
Block a user