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 b4a7921832
commit 7020acb367

View File

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