Fixes: debugger: set width and height of "terminal" to 0 to avoid

extra prompting
This commit is contained in:
hjk
2009-02-16 18:38:10 +01:00
parent 0ce7cb1ec6
commit d92afa1905

View File

@@ -1588,6 +1588,8 @@ bool GdbEngine::startDebugger()
sendCommand("set unwindonsignal on");
sendCommand("pwd", GdbQueryPwd);
sendCommand("set width 0");
sendCommand("set height 0");
#ifdef Q_OS_MAC
sendCommand("-gdb-set inferior-auto-start-cfm off");