We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027e5e1 commit 0faf90eCopy full SHA for 0faf90e
dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/service/GDBBackend_7_12.java
@@ -167,7 +167,7 @@ public String[] getDebuggerCommandLineArray() {
167
"--interpreter", "console", //$NON-NLS-1$ //$NON-NLS-2$
168
169
// Now trigger the new console towards our PTY.
170
- "-ex", "new-ui mi " + fMIPty.getSlaveName(), //$NON-NLS-1$ //$NON-NLS-2$
+ "-ex", "new-ui mi2 " + fMIPty.getSlaveName(), //$NON-NLS-1$ //$NON-NLS-2$
171
172
// With GDB.7.12, pagination can lock up the whole debug session
173
// when using the full GDB console, so we turn it off.
0 commit comments