LiveDebugger.Structs.TraceDisplay (LiveDebugger v0.1.4)
View SourceThis module provides a struct used for displaying traces. It wraps a trace struct and adds additional information.
Summary
Types
@type t() :: %LiveDebugger.Structs.TraceDisplay{ counter: term(), id: integer(), render_body?: boolean(), trace: LiveDebugger.Structs.Trace.t() }