Interactive.QuerySourceQueries to retrieve variable values during an interactive session
*****************
type var_value = {var_value : string option;Direct value of the variable
*)var_value_type : Core.All.typ;Type of the value
*)var_sub_value : var_sub_value option;Sub-values of the variable
*)}Value of a variable
Sub-value of a variable
type Core.All.query += | Q_debug_variable_value : Core.All.var -> ('a0, var_value) Core.All.queryQuery to retrieve the value of a given variable
type Core.All.query += | Q_debug_addr_value : Core.All.addr -> ('a0, var_value) Core.All.queryCompare two var sub-values
Print a key with its type
Print a variable with its type
Print the values of sub-variables