Interface IBslDebugUiConstants
public interface IBslDebugUiConstants
1C:Enterprise runtime debug process UI debug constants.
- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringUnique identifier for the 1C:Enterprise runtime debug process context.static final StringInspectevaluation result of selected text command identifier.static final StringValuesview identifier.static final StringVariables presentation context property used to retrieve a value for sorting variables.
-
Field Details
-
ID_BSL_DEBUG_CONTEXT
Unique identifier for the 1C:Enterprise runtime debug process context. Value is "com._1c.g5.v8.dt.debug.ui.debugging".- See Also:
-
ID_VALUES_VIEW
Valuesview identifier. Value is "com._1c.g5.v8.dt.debug.ui.values.ValuesView".- See Also:
-
ID_INSPECT_COMMAND
Inspectevaluation result of selected text command identifier. Value is "com._1c.g5.v8.dt.debug.ui.commands.Inspect".- See Also:
-
PROP_SORT_VARIABLES
Variables presentation context property used to retrieve a value for sorting variables. The returned property value should be of typeboolean. If property value isnull, the variables should not be sorted.- See Also:
-