forked from qt-creator/qt-creator
Debugger: Fix passing of maximum string length
Change-Id: I96498b93bb1632de8ca960ae24ec54e31f8c0897 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user