Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
546e2d66
Kaydet (Commit)
546e2d66
authored
Eyl 12, 2007
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
New documentation for the bdb module. Forward-port from rev. 58112, with a few 3k-specific changes.
üst
894d35ea
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
8 deletions
+21
-8
bdb.rst
Doc/library/bdb.rst
+0
-0
debug.rst
Doc/library/debug.rst
+18
-0
index.rst
Doc/library/index.rst
+1
-5
pdb.rst
Doc/library/pdb.rst
+2
-3
No files found.
Doc/library/bdb.rst
0 → 100644
Dosyayı görüntüle @
546e2d66
This diff is collapsed.
Click to expand it.
Doc/library/debug.rst
0 → 100644
Dosyayı görüntüle @
546e2d66
***********************
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
\ No newline at end of file
Doc/library/index.rst
Dosyayı görüntüle @
546e2d66
...
@@ -64,11 +64,7 @@ over 2500 additional components available from the `Python Package Index
...
@@ -64,11 +64,7 @@ over 2500 additional components available from the `Python Package Index
frameworks.rst
frameworks.rst
tk.rst
tk.rst
development.rst
development.rst
pdb.rst
debug.rst
profile.rst
hotshot.rst
timeit.rst
trace.rst
python.rst
python.rst
custominterp.rst
custominterp.rst
modules.rst
modules.rst
...
...
Doc/library/pdb.rst
Dosyayı görüntüle @
546e2d66
.. _debugger:
.. _debugger:
*******************
:mod:`pdb` --- The Python Debugger
The Python Debugger
==================================
*******************
.. module:: pdb
.. module:: pdb
:synopsis: The Python debugger for interactive interpreters.
:synopsis: The Python debugger for interactive interpreters.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment