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:
hjk
2015-09-17 09:47:36 +02:00
parent 40edcd0813
commit 6dcdba92f3
3 changed files with 18 additions and 2 deletions

View File

@@ -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 //////////