#[dbg_test]Expand description
Re-exported procedural macros from dbgflow-macros.
Wraps a test so it becomes a persisted debugger session.
The macro initializes a fresh session, records test start and finish events,
persists the session if DBG_SESSION_DIR is set, and rethrows panics so the
underlying test outcome remains unchanged.
Optional arguments:
name = "..."overrides the test node label shown in the UI.