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
7a666b83
Kaydet (Commit)
7a666b83
authored
Eyl 14, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove reference to the stdwin-based windowed debugger, since stdwin
is gone. Make a module reference into a hyperlink.
üst
bd2d4f12
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
libpdb.tex
Doc/lib/libpdb.tex
+2
-6
No files found.
Doc/lib/libpdb.tex
Dosyayı görüntüle @
7a666b83
...
@@ -19,10 +19,6 @@ source. The extension interface uses the modules
...
@@ -19,10 +19,6 @@ source. The extension interface uses the modules
\module
{
bdb
}
\refstmodindex
{
bdb
}
(undocumented) and
\module
{
bdb
}
\refstmodindex
{
bdb
}
(undocumented) and
\refmodule
{
cmd
}
\refstmodindex
{
cmd
}
.
\refmodule
{
cmd
}
\refstmodindex
{
cmd
}
.
A primitive windowing version of the debugger also exists --- this is
module
\module
{
wdb
}
\refstmodindex
{
wdb
}
, which requires
\module
{
stdwin
}
\refbimodindex
{
stdwin
}
.
The debugger's prompt is
\samp
{
(Pdb)
}
.
The debugger's prompt is
\samp
{
(Pdb)
}
.
Typical usage to run a program under control of the debugger is:
Typical usage to run a program under control of the debugger is:
...
@@ -75,8 +71,8 @@ can set breakpoints and type \samp{continue}, or you can step through
...
@@ -75,8 +71,8 @@ can set breakpoints and type \samp{continue}, or you can step through
the statement using
\samp
{
step
}
or
\samp
{
next
}
(all these commands are
the statement using
\samp
{
step
}
or
\samp
{
next
}
(all these commands are
explained below). The optional
\var
{
globals
}
and
\var
{
locals
}
explained below). The optional
\var
{
globals
}
and
\var
{
locals
}
arguments specify the environment in which the code is executed; by
arguments specify the environment in which the code is executed; by
default the dictionary of the module
\
module
{__
main
__}
is used. (See
default the dictionary of the module
\
refmodule
[main]
{__
main
__}
is
the explanation of the
\keyword
{
exec
}
statement or the
used. (See
the explanation of the
\keyword
{
exec
}
statement or the
\function
{
eval()
}
built-in function.)
\function
{
eval()
}
built-in function.)
\end{funcdesc}
\end{funcdesc}
...
...
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