René's URL Explorer Experiment


Title: Debugging and profiling — Python 3.15.0a5 documentation

Open Graph Title: Debugging and profiling

Description: 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 br...

Open Graph Description: 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 br...

Opengraph URL: https://docs.python.org/3/library/debug.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_library_debug_c9b4915a.png
og:image:altThese 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 br...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
test — Regression tests package for Pythonhttps://docs.python.org/dev/library/test.html
Audit events tablehttps://docs.python.org/dev/library/audit_events.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/debug.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/audit_events.html
previoushttps://docs.python.org/dev/library/test.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Debugging and profilinghttps://docs.python.org/dev/library/debug.html
https://docs.python.org/dev/library/debug.html#debugging-and-profiling
Audit events tablehttps://docs.python.org/dev/library/audit_events.html
bdb — Debugger frameworkhttps://docs.python.org/dev/library/bdb.html
faulthandler — Dump the Python tracebackhttps://docs.python.org/dev/library/faulthandler.html
Dumping the tracebackhttps://docs.python.org/dev/library/faulthandler.html#dumping-the-traceback
Dumping the C stackhttps://docs.python.org/dev/library/faulthandler.html#dumping-the-c-stack
C Stack Compatibilityhttps://docs.python.org/dev/library/faulthandler.html#c-stack-compatibility
Fault handler statehttps://docs.python.org/dev/library/faulthandler.html#fault-handler-state
Dumping the tracebacks after a timeouthttps://docs.python.org/dev/library/faulthandler.html#dumping-the-tracebacks-after-a-timeout
Dumping the traceback on a user signalhttps://docs.python.org/dev/library/faulthandler.html#dumping-the-traceback-on-a-user-signal
Issue with file descriptorshttps://docs.python.org/dev/library/faulthandler.html#issue-with-file-descriptors
Examplehttps://docs.python.org/dev/library/faulthandler.html#example
pdb — The Python Debuggerhttps://docs.python.org/dev/library/pdb.html
Command-line interfacehttps://docs.python.org/dev/library/pdb.html#command-line-interface
Debugger commandshttps://docs.python.org/dev/library/pdb.html#debugger-commands
profiling — Python profilershttps://docs.python.org/dev/library/profiling.html
Introduction to profilinghttps://docs.python.org/dev/library/profiling.html#introduction-to-profiling
Choosing a profilerhttps://docs.python.org/dev/library/profiling.html#choosing-a-profiler
When to use statistical samplinghttps://docs.python.org/dev/library/profiling.html#when-to-use-statistical-sampling
When to use deterministic tracinghttps://docs.python.org/dev/library/profiling.html#when-to-use-deterministic-tracing
Quick starthttps://docs.python.org/dev/library/profiling.html#quick-start
Statistical profilinghttps://docs.python.org/dev/library/profiling.html#statistical-profiling
Deterministic profilinghttps://docs.python.org/dev/library/profiling.html#deterministic-profiling
Understanding profile outputhttps://docs.python.org/dev/library/profiling.html#understanding-profile-output
Legacy compatibilityhttps://docs.python.org/dev/library/profiling.html#legacy-compatibility
profiling.tracing — Deterministic profilerhttps://docs.python.org/dev/library/profiling.tracing.html
What is deterministic profiling?https://docs.python.org/dev/library/profiling.tracing.html#what-is-deterministic-profiling
Command-line interfacehttps://docs.python.org/dev/library/profiling.tracing.html#command-line-interface
Programmatic usage exampleshttps://docs.python.org/dev/library/profiling.tracing.html#programmatic-usage-examples
Basic profilinghttps://docs.python.org/dev/library/profiling.tracing.html#basic-profiling
Using the Profile classhttps://docs.python.org/dev/library/profiling.tracing.html#using-the-profile-class
Module referencehttps://docs.python.org/dev/library/profiling.tracing.html#module-reference
Using a custom timerhttps://docs.python.org/dev/library/profiling.tracing.html#using-a-custom-timer
Limitationshttps://docs.python.org/dev/library/profiling.tracing.html#limitations
profiling.sampling — Statistical profilerhttps://docs.python.org/dev/library/profiling.sampling.html
What is statistical profiling?https://docs.python.org/dev/library/profiling.sampling.html#what-is-statistical-profiling
How time is estimatedhttps://docs.python.org/dev/library/profiling.sampling.html#how-time-is-estimated
When to use a different approachhttps://docs.python.org/dev/library/profiling.sampling.html#when-to-use-a-different-approach
Quick exampleshttps://docs.python.org/dev/library/profiling.sampling.html#quick-examples
Commandshttps://docs.python.org/dev/library/profiling.sampling.html#commands
The run commandhttps://docs.python.org/dev/library/profiling.sampling.html#the-run-command
The attach commandhttps://docs.python.org/dev/library/profiling.sampling.html#the-attach-command
The replay commandhttps://docs.python.org/dev/library/profiling.sampling.html#the-replay-command
Profiling in productionhttps://docs.python.org/dev/library/profiling.sampling.html#profiling-in-production
Platform requirementshttps://docs.python.org/dev/library/profiling.sampling.html#platform-requirements
Version compatibilityhttps://docs.python.org/dev/library/profiling.sampling.html#version-compatibility
Sampling configurationhttps://docs.python.org/dev/library/profiling.sampling.html#sampling-configuration
Sampling rate and durationhttps://docs.python.org/dev/library/profiling.sampling.html#sampling-rate-and-duration
Thread selectionhttps://docs.python.org/dev/library/profiling.sampling.html#thread-selection
Blocking modehttps://docs.python.org/dev/library/profiling.sampling.html#blocking-mode
Special frameshttps://docs.python.org/dev/library/profiling.sampling.html#special-frames
Opcode-aware profilinghttps://docs.python.org/dev/library/profiling.sampling.html#opcode-aware-profiling
Real-time statisticshttps://docs.python.org/dev/library/profiling.sampling.html#real-time-statistics
Subprocess profilinghttps://docs.python.org/dev/library/profiling.sampling.html#subprocess-profiling
Sampling efficiencyhttps://docs.python.org/dev/library/profiling.sampling.html#sampling-efficiency
Profiling modeshttps://docs.python.org/dev/library/profiling.sampling.html#profiling-modes
Wall-clock modehttps://docs.python.org/dev/library/profiling.sampling.html#wall-clock-mode
CPU modehttps://docs.python.org/dev/library/profiling.sampling.html#cpu-mode
Comparing wall-clock and CPU profileshttps://docs.python.org/dev/library/profiling.sampling.html#comparing-wall-clock-and-cpu-profiles
GIL modehttps://docs.python.org/dev/library/profiling.sampling.html#gil-mode
Exception modehttps://docs.python.org/dev/library/profiling.sampling.html#exception-mode
Output formatshttps://docs.python.org/dev/library/profiling.sampling.html#output-formats
pstats formathttps://docs.python.org/dev/library/profiling.sampling.html#pstats-format
Collapsed stacks formathttps://docs.python.org/dev/library/profiling.sampling.html#collapsed-stacks-format
Flame graph formathttps://docs.python.org/dev/library/profiling.sampling.html#flame-graph-format
Gecko formathttps://docs.python.org/dev/library/profiling.sampling.html#gecko-format
Heatmap formathttps://docs.python.org/dev/library/profiling.sampling.html#heatmap-format
Binary formathttps://docs.python.org/dev/library/profiling.sampling.html#binary-format
Record and replay workflowhttps://docs.python.org/dev/library/profiling.sampling.html#record-and-replay-workflow
Live modehttps://docs.python.org/dev/library/profiling.sampling.html#live-mode
Keyboard commandshttps://docs.python.org/dev/library/profiling.sampling.html#keyboard-commands
Async-aware profilinghttps://docs.python.org/dev/library/profiling.sampling.html#async-aware-profiling
Async modeshttps://docs.python.org/dev/library/profiling.sampling.html#async-modes
Task markers and stack reconstructionhttps://docs.python.org/dev/library/profiling.sampling.html#task-markers-and-stack-reconstruction
Option restrictionshttps://docs.python.org/dev/library/profiling.sampling.html#option-restrictions
Command-line interfacehttps://docs.python.org/dev/library/profiling.sampling.html#command-line-interface
Global optionshttps://docs.python.org/dev/library/profiling.sampling.html#global-options
Sampling optionshttps://docs.python.org/dev/library/profiling.sampling.html#sampling-options
Mode optionshttps://docs.python.org/dev/library/profiling.sampling.html#mode-options
Output optionshttps://docs.python.org/dev/library/profiling.sampling.html#output-options
pstats display optionshttps://docs.python.org/dev/library/profiling.sampling.html#pstats-display-options
Run command optionshttps://docs.python.org/dev/library/profiling.sampling.html#run-command-options
pstats — Statistics for profilershttps://docs.python.org/dev/library/pstats.html
Reading and displaying profile datahttps://docs.python.org/dev/library/pstats.html#reading-and-displaying-profile-data
Working with statisticshttps://docs.python.org/dev/library/pstats.html#working-with-statistics
Filtering outputhttps://docs.python.org/dev/library/pstats.html#filtering-output
Analyzing call relationshipshttps://docs.python.org/dev/library/pstats.html#analyzing-call-relationships
Combining multiple profileshttps://docs.python.org/dev/library/pstats.html#combining-multiple-profiles
The Stats classhttps://docs.python.org/dev/library/pstats.html#the-stats-class
Command-line interfacehttps://docs.python.org/dev/library/pstats.html#command-line-interface
timeit — Measure execution time of small code snippetshttps://docs.python.org/dev/library/timeit.html
Basic Exampleshttps://docs.python.org/dev/library/timeit.html#basic-examples
Python Interfacehttps://docs.python.org/dev/library/timeit.html#python-interface
Command-Line Interfacehttps://docs.python.org/dev/library/timeit.html#command-line-interface
Exampleshttps://docs.python.org/dev/library/timeit.html#examples
trace — Trace or track Python statement executionhttps://docs.python.org/dev/library/trace.html
Command-Line Usagehttps://docs.python.org/dev/library/trace.html#command-line-usage
Main optionshttps://docs.python.org/dev/library/trace.html#main-options
Modifiershttps://docs.python.org/dev/library/trace.html#modifiers
Filtershttps://docs.python.org/dev/library/trace.html#filters
Programmatic Interfacehttps://docs.python.org/dev/library/trace.html#programmatic-interface
tracemalloc — Trace memory allocationshttps://docs.python.org/dev/library/tracemalloc.html
Exampleshttps://docs.python.org/dev/library/tracemalloc.html#examples
Display the top 10https://docs.python.org/dev/library/tracemalloc.html#display-the-top-10
Compute differenceshttps://docs.python.org/dev/library/tracemalloc.html#compute-differences
Get the traceback of a memory blockhttps://docs.python.org/dev/library/tracemalloc.html#get-the-traceback-of-a-memory-block
Pretty tophttps://docs.python.org/dev/library/tracemalloc.html#pretty-top
Record the current and peak size of all traced memory blockshttps://docs.python.org/dev/library/tracemalloc.html#record-the-current-and-peak-size-of-all-traced-memory-blocks
APIhttps://docs.python.org/dev/library/tracemalloc.html#api
Functionshttps://docs.python.org/dev/library/tracemalloc.html#functions
DomainFilterhttps://docs.python.org/dev/library/tracemalloc.html#domainfilter
Filterhttps://docs.python.org/dev/library/tracemalloc.html#filter
Framehttps://docs.python.org/dev/library/tracemalloc.html#frame
Snapshothttps://docs.python.org/dev/library/tracemalloc.html#snapshot
Statistichttps://docs.python.org/dev/library/tracemalloc.html#statistic
StatisticDiffhttps://docs.python.org/dev/library/tracemalloc.html#statisticdiff
Tracehttps://docs.python.org/dev/library/tracemalloc.html#trace
Tracebackhttps://docs.python.org/dev/library/tracemalloc.html#traceback
test — Regression tests package for Pythonhttps://docs.python.org/dev/library/test.html
Audit events tablehttps://docs.python.org/dev/library/audit_events.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/debug.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/audit_events.html
previoushttps://docs.python.org/dev/library/test.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Debugging and profilinghttps://docs.python.org/dev/library/debug.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.