summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-08-04 10:03:47 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-08-04 10:03:47 -0400
commitf1561b04f58fdd04b86d2ed0dc858a1222752b02 (patch)
treeac0a2aa1d1a1b19582bea26d1858e3fb6f522d0f /doc/cmd.rst
parent2f0d57856550ef7ad248e4e6127700bdabb91e7d (diff)
downloadpython-coveragepy-git-f1561b04f58fdd04b86d2ed0dc858a1222752b02.tar.gz
Improved debugging
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r--doc/cmd.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index d198178f..908b2ee9 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -486,6 +486,8 @@ to log:
* ``process``: show process creation information, and changes in the current
directory.
+* ``self``: annotate each debug message with the object printing the message.
+
* ``sys``: before starting, dump all the system and environment information,
as with :ref:`coverage debug sys <cmd_debug>`.