Skip to main content

trace

Attribute Macro trace 

Source
#[trace]
Expand description

Re-exported procedural macros from dbgflow-macros. Marks a function as a traced execution node.

The generated code records function entry, argument previews, and the final return event into the active session.

Optional arguments:

  • name = "..." overrides the label shown in the UI.