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 String
Unique identifier for the 1C:Enterprise runtime debug process context.static final String
Inspect
evaluation result of selected text command identifier.static final String
Values
view identifier.static final String
Variables 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
Values
view identifier. Value is "com._1c.g5.v8.dt.debug.ui.values.ValuesView".- See Also:
-
ID_INSPECT_COMMAND
Inspect
evaluation 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:
-