diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2018-07-29 10:27:16 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2018-07-29 10:27:16 (GMT) |
commit | b7fd73896db5666020e382c010b8da900260ede4 (patch) | |
tree | 0c56e090ead0f6fdaec1d1529d3b1960965a4ce4 /Misc/python.man | |
parent | c536beedd50b0071208b4108ba9b48a36ffced79 (diff) | |
download | cpython-b7fd73896db5666020e382c010b8da900260ede4.zip cpython-b7fd73896db5666020e382c010b8da900260ede4.tar.gz cpython-b7fd73896db5666020e382c010b8da900260ede4.tar.bz2 |
bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475)
Diffstat (limited to 'Misc/python.man')
-rw-r--r-- | Misc/python.man | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/python.man b/Misc/python.man index a191cab..3cdf884 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -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 |