Skip to content

Commit e3f8939

Browse files
committed
GDB -nx option to not execute .gdbinit commands
1 parent d03af96 commit e3f8939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debugger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Debugger::Debugger(QTextEdit *tEdit,
118118

119119

120120
QStringList arguments;
121-
arguments << exePath;
121+
arguments << "-nx" << exePath;
122122

123123
process = new QProcess;
124124
process->start(gdb, arguments);

0 commit comments

Comments
 (0)