debugger: remove the "expert start modes"

This reverts most of 12f7a439d. It was a bad idea.

Task-number: QTCREATORBUG-6752
Change-Id: I048749a9dc888f36045f641de8fd2a1e3ae5d979
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-01-07 17:18:52 +01:00
parent 73fdc207ce
commit 4f891e9901
4 changed files with 7 additions and 28 deletions

View File

@@ -473,13 +473,6 @@ DebuggerSettings::DebuggerSettings(QSettings *settings)
insertItem(RegisterForPostMortem, item);
#endif
item = new SavedAction(this);
item->setSettingsKey(debugModeGroup, QLatin1String("ProvideMoreStartOptions"));
item->setText(tr("Provide More Options to Start Debugging"));
item->setCheckable(true);
item->setDefaultValue(false);
insertItem(ProvideMoreStartModes, item);
item = new SavedAction(this);
item->setSettingsKey(debugModeGroup, QLatin1String("AllPluginBreakpoints"));
item->setDefaultValue(true);