Debugger: Fix passing of maximum string length

Change-Id: I96498b93bb1632de8ca960ae24ec54e31f8c0897
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-11-17 18:24:25 +01:00
parent e64cc71194
commit 7f6c793f75
4 changed files with 20 additions and 5 deletions

View File

@@ -1829,10 +1829,6 @@ void GdbEngine::handlePythonSetup(const GdbResponse &response)
postCommand("bbsetup");
}
postCommand("python qqStringCutOff = "
+ debuggerCore()->action(MaximalStringLength)->value().toByteArray(),
ConsoleCommand|NonCriticalResponse);
m_hasPython = true;
GdbMi data;
data.fromStringMultiple(response.consoleStreamOutput);