From 7291db28e40418bc8bbeca04faf5a971c8c4f408 Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Sun, 10 Nov 2013 14:02:44 +0000 Subject: 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 --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') 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 -- cgit v1.2.3