Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
admin
/
installer
/
css
/
sass
/
sym404
/
root
/
usr
/
share
/
doc
/
python2-docs
/
html
/
_sources
/
library
:
debug.rst.txt
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
*********************** Debugging and Profiling *********************** 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. .. toctree:: bdb.rst pdb.rst profile.rst hotshot.rst timeit.rst trace.rst