summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-02-06 17:42:53 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-02-06 17:43:26 -0500
commit7e85e782bc24fa487d77aff3356eaf04db764d21 (patch)
treed238edc7245c83ae73c2d3482507bf8423ad3710 /doc
parent7bd23c8ae4f219136332501ecd1767ed16ceb559 (diff)
downloadpython-coveragepy-git-7e85e782bc24fa487d77aff3356eaf04db764d21.tar.gz
debug: pybehave is now an option on `coverage debug`
Diffstat (limited to 'doc')
-rw-r--r--doc/cmd.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 461021b1..215af530 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -922,12 +922,13 @@ command can often help::
$ coverage debug sys > please_attach_to_bug_report.txt
-Three types of information are available:
+A few types of information are available:
* ``config``: show coverage's configuration
* ``sys``: show system configuration
* ``data``: show a summary of the collected coverage data
* ``premain``: show the call stack invoking coverage
+* ``pybehave``: show internal flags describing Python behavior
.. [[[cog show_help("debug") ]]]
.. code::
@@ -938,7 +939,8 @@ Three types of information are available:
Display information about the internals of coverage.py, for diagnosing
problems. Topics are: 'data' to show a summary of the collected data; 'sys' to
show installation information; 'config' to show the configuration; 'premain'
- to show what is calling coverage.
+ to show what is calling coverage; 'pybehave' to show internal flags describing
+ Python behavior.
Options:
--debug=OPTS Debug options, separated by commas. [env: COVERAGE_DEBUG]
@@ -946,7 +948,7 @@ Three types of information are available:
--rcfile=RCFILE Specify configuration file. By default '.coveragerc',
'setup.cfg', 'tox.ini', and 'pyproject.toml' are tried.
[env: COVERAGE_RCFILE]
-.. [[[end]]] (checksum: 66c36bb462796800400d588fa5a71c5f)
+.. [[[end]]] (checksum: c9b8dfb644da3448830b1c99bffa6880)
.. _cmd_run_debug: