diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-10 14:02:44 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-10 14:02:44 +0000 |
commit | 7291db28e40418bc8bbeca04faf5a971c8c4f408 (patch) | |
tree | 47ce5b4ce54eb122a03cb5b0dd59af7bff0473aa /devel/Makefile | |
parent | 64ed37d4879e2e1b7e7db52c08c2f6001ed4b84e (diff) |
devel/py-ipdb: IPython-enabled pdb
ipdb exports functions to access the IPython debugger, which features tab
completion, syntax highlighting, better tracebacks, better introspection with
the same interface as the pdb module.
WWW: https://github.com/gotcha/ipdb
PR: ports/179564
Submitted by: milki <milki rescomp.berkeley.edu>
Notes
Notes:
svn path=/head/; revision=333392
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 02c948f940a6..357cb2eed83d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3595,6 +3595,7 @@ SUBDIR += py-instant SUBDIR += py-interface SUBDIR += py-ipaddr + SUBDIR += py-ipdb SUBDIR += py-isodate SUBDIR += py-iterpipes SUBDIR += py-itools |