summaryrefslogtreecommitdiff
path: root/doc/help/debug.rst
blob: 7c71e90e800f1a726ca5afd75b42b30b634d76d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

.. code::

    $ coverage debug --help
    Usage: coverage debug <topic>
    
    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.
    
    Options:
      --debug=OPTS     Debug options, separated by commas. [env: COVERAGE_DEBUG]
      -h, --help       Get help on this command.
      --rcfile=RCFILE  Specify configuration file. By default '.coveragerc',
                       'setup.cfg', 'tox.ini', and 'pyproject.toml' are tried.
                       [env: COVERAGE_RCFILE]