mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
Javadoc update
This commit is contained in:
parent
84500ac336
commit
e6e6d679b2
1 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue