Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 741 Bytes

debug.md

File metadata and controls

37 lines (16 loc) · 741 Bytes

Module 0x1::debug

Module providing debug functionality.

Function print

Pretty-prints any Move value. For a Move struct, includes its field names, their types and their values.

public fun print<T>(x: &T)

Function print_stack_trace

Prints the calling function's stack trace.

public fun print_stack_trace()