Minidebug_client.ClientSourceMain client interface
List all runs
Get the run in the database
val show_trace :
?show_scope_ids:bool ->
?show_times:bool ->
?max_depth:int option ->
?values_first_mode:bool ->
t ->
unitPrint full trace tree for a run. When values_first_mode is true (default), result values become headers with location/message as children.
Print root entries efficiently. Fast for large databases. When with_values is true, includes immediate children values.