From owner-freebsd-python@FreeBSD.ORG Fri May 14 19:28:19 2004 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3DAB16A4CE; Fri, 14 May 2004 19:28:19 -0700 (PDT) Received: from miffy.openlook.org (openlook.org [211.236.182.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1EC043D45; Fri, 14 May 2004 19:28:18 -0700 (PDT) (envelope-from perky@miffy.openlook.org) Received: by miffy.openlook.org (Postfix, from userid 1000) id 145FEA92A; Sat, 15 May 2004 11:28:18 +0900 (KST) Date: Sat, 15 May 2004 11:28:18 +0900 From: Hye-Shik Chang To: Jonathon McKitrick Message-ID: <20040515022817.GA63023@i18n.org> References: <20040514163404.GA47209@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040514163404.GA47209@dogma.freebsd-uk.eu.org> X-Accept-Language: ko, en User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org cc: freebsd-python@freebsd.org Subject: Re: Best debugger for Python on BSD? X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2004 02:28:19 -0000 On Fri, May 14, 2004 at 05:34:04PM +0100, Jonathon McKitrick wrote: > > I'd like to use DDD, but I don't know if it works with Python easily. And > for some reason, I cannot get Xemacs to debug python either. > pdb is included in the standard Python distribution as well as in lang/python port. And, pydev[1] is also good alternative for GUI fans. Hye-Shik [1] http://pydev.sourceforge.net/