Expand description
Advanced Debugging Utilities for Pipeline Inspection
This module provides sophisticated debugging tools for machine learning pipelines, including step-by-step execution, interactive debugging sessions, advanced profiling, and comprehensive pipeline state inspection capabilities.
Modules§
- interactive
- Interactive debugging utilities
Structs§
- Advanced
Pipeline Debugger - Advanced pipeline debugger with interactive capabilities
- Advanced
Profiler - Advanced profiler for debugging
- Breakpoint
- Breakpoint definition
- Call
Stack Frame - Call stack frame
- CpuSample
- CPU usage sample
- Debug
Config - Debug session configuration
- Debug
Session - Individual debugging session
- Debug
Session Handle - Handle for interacting with a debug session
- Debug
Statistics - Debug statistics
- Execution
Step - Execution step in debugging
- Memory
Sample - Memory usage sample
- Variable
Inspector - Variable inspector for tracking pipeline state
- Watch
Expression - Watch expression for monitoring variables
- Watch
Result - Result of evaluating a watch expression
Enums§
- Breakpoint
Condition - Breakpoint condition types
- Debug
Event - Debug event for logging
- Debug
Session State - Debug session state
- Step
Result - Step execution result
- Variable
Value - Variable value representation