27. 调试和剖析

These libraries help you with Python development: the debugger enables you to step through code, analyze stack frames and set breakpoints etc., and the profilers run code and give you a detailed breakdown of execution times, allowing you to identify bottlenecks in your programs.

上一话题

26.8. test — 用于 Python 的回归测试包

下一话题

27.1. bdb — 调试器框架

本页