Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
7020acb3
Commit
7020acb3
authored
Feb 16, 2009
by
hjk
Browse files
Fixes: debugger: set width and height of "terminal" to 0 to avoid
extra prompting
parent
b4a79218
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdbengine.cpp
View file @
7020acb3
...
...
@@ -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"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment