Debugger: Change default languages to NoLanguages

... which is set to CppLanguage in DebuggerRunControlCreator::enrich
unless set to anything else previously.

Remove related hacks.

Change-Id: I5fcc39326e280192eb1ddb652636e9342baef94b
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2016-04-13 09:04:57 +03:00
committed by Orgad Shaneh
parent c75b8f22fa
commit 6655f87fca
3 changed files with 1 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ public:
DebuggerEngineType masterEngineType = NoEngineType;
DebuggerEngineType cppEngineType = NoEngineType;
DebuggerLanguages languages = AnyLanguage;
DebuggerLanguages languages = NoLanguage;
bool breakOnMain = false;
bool multiProcess = false; // Whether to set detach-on-fork off.