forked from qt-creator/qt-creator
New debug related icons.
This commit is contained in:
@@ -162,7 +162,7 @@ DebuggerSettings *DebuggerSettings::instance()
|
||||
item->setText(tr("Operate by Instruction"));
|
||||
item->setCheckable(true);
|
||||
item->setDefaultValue(false);
|
||||
item->setIcon(QIcon(":/debugger/images/debugger_stepoverproc_small.png"));
|
||||
item->setIcon(QIcon(":/debugger/images/SingleInstructionMode.png"));
|
||||
item->setToolTip(tr("This switches the debugger to instruction-wise "
|
||||
"operation mode. In this mode, stepping operates on single "
|
||||
"instructions and the source location view also shows the "
|
||||
|
Reference in New Issue
Block a user