summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorStéphane Wirtel <stephane@wirtel.be>2018-07-29 10:27:16 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2018-07-29 10:27:16 (GMT)
commitb7fd73896db5666020e382c010b8da900260ede4 (patch)
tree0c56e090ead0f6fdaec1d1529d3b1960965a4ce4 /Modules
parentc536beedd50b0071208b4108ba9b48a36ffced79 (diff)
downloadcpython-b7fd73896db5666020e382c010b8da900260ede4.zip
cpython-b7fd73896db5666020e382c010b8da900260ede4.tar.gz
cpython-b7fd73896db5666020e382c010b8da900260ede4.tar.bz2
bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475)
Diffstat (limited to 'Modules')
-rw-r--r--Modules/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/main.c b/Modules/main.c
index 3a6cf31..8000a1a 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -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";