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
b5d79330
Kaydet (Commit)
b5d79330
authored
Ara 07, 2010
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add entry for new pdb features
üst
3f9734c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
3.2.rst
Doc/whatsnew/3.2.rst
+15
-0
No files found.
Doc/whatsnew/3.2.rst
Dosyayı görüntüle @
b5d79330
...
@@ -820,6 +820,21 @@ New, Improved, and Deprecated Modules
...
@@ -820,6 +820,21 @@ New, Improved, and Deprecated Modules
srcdir = "C:\Python32"
srcdir = "C:\Python32"
userbase = "C:\Documents and Settings\Raymond\Application Data\Python"
userbase = "C:\Documents and Settings\Raymond\Application Data\Python"
* The :mod:`pdb` debugger module gained a number of usability improvements:
- :file:`pdb.py` now has a ``-c`` option that executes commands as given in a
:file:`.pdbrc` script file.
- A :file:`.pdbrc` script file can contain ``continue`` and ``next`` commands
that continue debugging.
- The :class:`Pdb` class constructor now accepts a *nosigint* argument.
- new commands: ``l(list)``, ``ll(long list`` and ``source`` for
listing source code.
- new commands: ``display`` and ``undisplay`` for showing or hiding
the value of an expression if it has changed.
- new command: ``interact`` for starting an interative interpreter containing
the global and local names found in the current scope.
- breakpoints can be cleared by breakpoint number
Multi-threading
Multi-threading
===============
===============
...
...
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