summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-11-03 22:48:05 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-11-03 22:48:05 -0500
commit7440079ab74b58c7809318fa951c1326b466e320 (patch)
treeaeed2808785a348665e4166e6e05ef90a12ecfb9 /docs
parentbd1c6660079398a406d2160dd6869ea2bb9b25d0 (diff)
downloadcmd2-git-7440079ab74b58c7809318fa951c1326b466e320.tar.gz
Minor update to embedded python shells docs
Diffstat (limited to 'docs')
-rw-r--r--docs/features/embedded_python_shells.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/features/embedded_python_shells.rst b/docs/features/embedded_python_shells.rst
index 6d00536a..9d721c2c 100644
--- a/docs/features/embedded_python_shells.rst
+++ b/docs/features/embedded_python_shells.rst
@@ -126,10 +126,12 @@ IPython_ provides many advantages, including:
* Get help on objects with ``?``
* Extensible tab completion, with support by default for completion of
python variables and keywords
+ * Good built-in ipdb_ debugger
The object introspection and tab completion make IPython particularly efficient
for debugging as well as for interactive experimentation and data analysis.
.. _IPython: http://ipython.readthedocs.io
+.. _ipdb: https://pypi.org/project/ipdb/