Skip to main content

Module session

Module session 

Source
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§

DebugConfig
Configuration for debugging session
DebugReport
Comprehensive debug report
DebugSession
Main debugging session that coordinates all debugging tools
DebugSummary
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