Module providing debug functionality.
Pretty-prints any Move value. For a Move struct, includes its field names, their types and their values.
public fun print<T>(x: &T)
Prints the calling function's stack trace.
public fun print_stack_trace()
Module providing debug functionality.
Pretty-prints any Move value. For a Move struct, includes its field names, their types and their values.
public fun print<T>(x: &T)
Prints the calling function's stack trace.
public fun print_stack_trace()