1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-18 22:45:23 +02:00

Bug 233113

When refactoring the CDT code for DSF I made a copy/paste mistake which caused the Stop on Main to stop working.
This commit is contained in:
Marc Khouzam 2008-05-21 22:06:44 +00:00
parent 5d50a256ac
commit b7479d46be

View file

@ -323,7 +323,7 @@ public class CDebuggerTab extends AbstractCDebuggerTab {
} }
if (!fAttachMode) { if (!fAttachMode) {
config.setAttribute(ICDTLaunchConfigurationConstants.ATTR_DEBUGGER_STOP_AT_MAIN, config.setAttribute(ICDTLaunchConfigurationConstants.ATTR_DEBUGGER_STOP_AT_MAIN,
ICDTLaunchConfigurationConstants.DEBUGGER_STOP_AT_MAIN_DEFAULT); fStopInMain.getSelection());
config.setAttribute(ICDTLaunchConfigurationConstants.ATTR_DEBUGGER_STOP_AT_MAIN_SYMBOL, config.setAttribute(ICDTLaunchConfigurationConstants.ATTR_DEBUGGER_STOP_AT_MAIN_SYMBOL,
fStopInMainSymbol.getText()); fStopInMainSymbol.getText());