LiveDebugger.Structs.TraceDisplay (LiveDebugger v0.1.4)

View Source

This module provides a struct used for displaying traces. It wraps a trace struct and adds additional information.

Summary

Types

t()

@type t() :: %LiveDebugger.Structs.TraceDisplay{
  counter: term(),
  id: integer(),
  render_body?: boolean(),
  trace: LiveDebugger.Structs.Trace.t()
}

Functions

from_trace(trace)

render_body(trace)