소개
This skill provides a high-performance interface for debugging and analyzing Python scripts by leveraging the native sys.monitoring module. It allows developers to capture a comprehensive log of every operation—including specific line executions and instructions—while providing the flexibility to filter noise through include and exclude controls. This is particularly useful for deep-dive performance analysis, identifying complex logic errors, and understanding execution flow in modern Python applications without the significant overhead associated with traditional debuggers.