1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

Javadoc update

This commit is contained in:
John Cortell 2010-04-29 15:37:04 +00:00
parent 84500ac336
commit e6e6d679b2

View file

@ -90,8 +90,12 @@ public interface ICDebugConstants {
*/
public static final String PREF_FILTERED_DEBUGGERS = PLUGIN_ID + ".cDebug.filteredDebuggers"; //$NON-NLS-1$
/**
* Boolean preference controlling whether the instruction stepping mode should be activated.
/**
* Boolean preference used to persist the instruction-stepping mode. The
* persistence is global but the mode is per debug target. We update the
* persisted global value when a debug session ends, using the mode that
* session is in at that time. In other words, the most recently terminated
* debug session dictates the initial mode of the next new debug session.
*
* Temporary. See bugs 79872 and 80323.
*/