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
e0f02f08
Kaydet (Commit)
e0f02f08
authored
Ara 18, 2002
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix some small markup nits.
üst
3e93b4d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
libpdb.tex
Doc/lib/libpdb.tex
+5
-5
No files found.
Doc/lib/libpdb.tex
Dosyayı görüntüle @
e0f02f08
...
...
@@ -261,9 +261,9 @@ Set the next line that will be executed. Only available in the
bottom-most frame. This lets you jump back and execute code
again, or jump forward to skip code that you don't want to run.
It should be noted that not all jumps are allowed -- for instance it
is not possible to jump into the middle of a
for loop or out of a
finally
clause.
It should be noted that not all jumps are allowed --
-
for instance it
is not possible to jump into the middle of a
\keyword
{
for
}
loop or out
of a
\keyword
{
finally
}
clause.
\item
[l(ist) \optional{\var{first\optional{, last}}}]
...
...
@@ -280,8 +280,8 @@ Print the argument list of the current function.
\item
[p \var{expression}]
Evaluate the
\var
{
expression
}
in the current context and print its
value.
(Note:
\samp
{
print
}
can also be used, but is not a debugger
command --- this executes the Python
\keyword
{
print
}
statement.
)
value.
\note
{
\samp
{
print
}
can also be used, but is not a debugger
command --- this executes the Python
\keyword
{
print
}
statement.
}
\item
[pp \var{expression}]
...
...
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