forked from qt-creator/qt-creator
Fixes: debugger: set width and height of "terminal" to 0 to avoid
extra prompting
This commit is contained in:
@@ -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");
|
||||||
|
Reference in New Issue
Block a user