Expand description
Core debugging session and configuration management
This module contains the fundamental components for TrustformeRS debugging including the main DebugSession coordinator, configuration structures, and session lifecycle management.
Structs§
- Debug
Config - Configuration for debugging session
- Debug
Report - Comprehensive debug report
- Debug
Session - Main debugging session that coordinates all debugging tools
- Debug
Summary - High-level summary of debug findings
Functions§
- debug_
session - Convenience function to create a debug session with default config
- debug_
session_ with_ config - Convenience function to create a debug session with custom config
- debug_
session_ with_ transformer - Convenience function to create a debug session with transformer debugging enabled