Skip to content

docs: debug_tools.md missing SimulationTracer and trace_monitor modules #140

@github-actions

Description

@github-actions

The debug_tools.md Module Overview table lists 8 modules, but the vajax.debug package exports two additional public modules that are not documented:

  • simulation_tracer (exports: SimulationTracer, NodeAllocation, VoltageMapping, DeviceParamsTrace, trace_simulation)
  • trace_monitor (exports: TraceScope, get_trace_counts, monitor_dict, print_traces, report_traces, reset_traces, trace_monitor)

Both are in the __all__ list in vajax/debug/__init__.py and provide useful debugging utilities.

File: docs/debug_tools.md, Module Overview table.

Fix: Add both modules to the module overview table with descriptions, and add documentation sections for SimulationTracer and TraceScope.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions