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
b7fd7389
Kaydet (Commit)
b7fd7389
authored
Tem 29, 2018
tarafından
Stéphane Wirtel
Kaydeden (comit)
Steve Dower
Tem 29, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475)
üst
c536beed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
python.man
Misc/python.man
+3
-0
main.c
Modules/main.c
+2
-0
No files found.
Misc/python.man
Dosyayı görüntüle @
b7fd7389
...
...
@@ -495,6 +495,9 @@ directory and Distutils installation paths for
If this environment variable is set to a non-empty string, Python will
show how long each import takes. This is exactly equivalent to setting
\fB\-X importtime\fP on the command line.
.IP PYTHONBREAKPOINT
If this environment variable is set to 0, it disables the default debugger. It
can be set to the callable of your debugger of choice.
.SS Debug-mode variables
Setting these variables only has an effect in a debug build of Python, that is,
if Python was configured with the
...
...
Modules/main.c
Dosyayı görüntüle @
b7fd7389
...
...
@@ -144,6 +144,8 @@ static const char usage_6[] =
"PYTHONCOERCECLOCALE: if this variable is set to 0, it disables the locale
\n
"
" coercion behavior. Use PYTHONCOERCECLOCALE=warn to request display of
\n
"
" locale coercion and locale compatibility warnings on stderr.
\n
"
"PYTHONBREAKPOINT: if this variable is set to 0, it disables the default
\n
"
" debugger. It can be set to the callable of your debugger of choice.
\n
"
"PYTHONDEVMODE: enable the development mode.
\n
"
"PYTHONPYCACHEPREFIX: root directory for bytecode cache (pyc) files.
\n
"
;
...
...
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