From e6e6d679b2ccacf9b3d4ee4b6c345342748ba7bc Mon Sep 17 00:00:00 2001 From: John Cortell Date: Thu, 29 Apr 2010 15:37:04 +0000 Subject: [PATCH] Javadoc update --- .../src/org/eclipse/cdt/debug/core/ICDebugConstants.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDebugConstants.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDebugConstants.java index 0b6bde79755..bc8e690d33f 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDebugConstants.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/ICDebugConstants.java @@ -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. */