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
3f8fbf05
Kaydet (Commit)
3f8fbf05
authored
Agu 18, 2007
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix PDB command descriptions.
üst
855da6cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
pdb.rst
Doc/library/pdb.rst
+4
-4
No files found.
Doc/library/pdb.rst
Dosyayı görüntüle @
3f8fbf05
...
...
@@ -179,7 +179,7 @@ d(own)
u(p)
Move the current frame one level up in the stack trace (to an older frame).
b(reak) [[*filename*:]
*lineno*``|``*function*
[, *condition*]]
b(reak) [[*filename*:]
\ *lineno* | *function*\
[, *condition*]]
With a *lineno* argument, set a break there in the current file. With a
*function* argument, set a break at the first executable statement within that
function. The line number may be prefixed with a filename and a colon, to
...
...
@@ -194,7 +194,7 @@ b(reak) [[*filename*:]*lineno*``|``*function*[, *condition*]]
times that breakpoint has been hit, the current ignore count, and the associated
condition if any.
tbreak [[*filename*:]
*lineno*``|``*function*
[, *condition*]]
tbreak [[*filename*:]
\ *lineno* | *function*\
[, *condition*]]
Temporary breakpoint, which is removed automatically when it is first hit. The
arguments are the same as break.
...
...
@@ -280,7 +280,7 @@ j(ump) *lineno*
possible to jump into the middle of a :keyword:`for` loop or out of a
:keyword:`finally` clause.
l(ist) [*first*[, *last*]]
l(ist) [*first*
\
[, *last*]]
List source code for the current file. Without arguments, list 11 lines around
the current line or continue the previous listing. With one argument, list 11
lines around at that line. With two arguments, list the given range; if the
...
...
@@ -325,7 +325,7 @@ alias [*name* [command]]
unalias *name*
Deletes the specified alias.
[!]*statement*
[!]
\
*statement*
Execute the (one-line) *statement* in the context of the current stack frame.
The exclamation point can be omitted unless the first word of the statement
resembles a debugger command. To set a global variable, you can prefix the
...
...
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