Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 176636
Collapse All | Expand All

(-)src/org/eclipse/cdt/debug/mi/core/IMILaunchConfigurationConstants.java (-1 / +1 lines)
Lines 91-95 Link Here
91
	/**
91
	/**
92
	 * Launch configuration default attribute value. The key is ATTR_DEBUGGER_FULLPATH_BREAKPOINTS.
92
	 * Launch configuration default attribute value. The key is ATTR_DEBUGGER_FULLPATH_BREAKPOINTS.
93
	 */
93
	 */
94
	public static final boolean DEBUGGER_FULLPATH_BREAKPOINTS_DEFAULT = false;
94
	public static final boolean DEBUGGER_FULLPATH_BREAKPOINTS_DEFAULT = true;
95
}
95
}

Return to bug 176636