summaryrefslogtreecommitdiff
path: root/Doc/library/bdb.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-27 01:20:32 +0000
committerRaymond Hettinger <python@rcn.com>2011-01-27 01:20:32 +0000
commit7f0733f55519e68bada218b2f6da4990c5ce4fe2 (patch)
tree20088b7c3c31d5d3bb205f2affa3c75e524bfe7b /Doc/library/bdb.rst
parent4bb0fc14d857ac7d5b329c6afee4ef5d4a544e45 (diff)
downloadcpython-7f0733f55519e68bada218b2f6da4990c5ce4fe2.tar.gz
More source links.
Diffstat (limited to 'Doc/library/bdb.rst')
-rw-r--r--Doc/library/bdb.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/bdb.rst b/Doc/library/bdb.rst
index 1609c55fea..07376024b8 100644
--- a/Doc/library/bdb.rst
+++ b/Doc/library/bdb.rst
@@ -4,6 +4,10 @@
.. module:: bdb
:synopsis: Debugger framework.
+**Source code:** :source:`Lib/bdb.py`
+
+--------------
+
The :mod:`bdb` module handles basic debugger functions, like setting breakpoints
or managing execution via the debugger.