From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Seberino Newsgroups: gmane.emacs.help Subject: Re: Can pdb (Python debugger) in Emacs be as efficient as a graphical debugger outside of Emacs that uses a mouse? Date: Sun, 1 Feb 2015 19:10:57 -0800 (PST) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1422846919 31162 80.91.229.3 (2 Feb 2015 03:15:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2015 03:15:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 02 04:15:18 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YI7Tq-0005qr-3q for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Feb 2015 04:15:18 +0100 Original-Received: from localhost ([::1]:52679 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YI7Tp-0002tI-6e for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Feb 2015 22:15:17 -0500 X-Received: by 10.50.109.200 with SMTP id hu8mr8212547igb.0.1422846658148; Sun, 01 Feb 2015 19:10:58 -0800 (PST) X-Received: by 10.182.131.135 with SMTP id om7mr103099obb.7.1422846657930; Sun, 01 Feb 2015 19:10:57 -0800 (PST) Original-Path: usenet.stanford.edu!hl2no7059610igb.0!news-out.google.com!qk8ni19963igc.0!nntp.google.com!hl2no7059604igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=74.193.13.167; posting-account=VkuUtQkAAADKqMjRUmZTNs7a8uCSNNy2 Original-NNTP-Posting-Host: 74.193.13.167 User-Agent: G2/1.0 Injection-Date: Mon, 02 Feb 2015 03:10:57 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:210167 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102444 Archived-At: The problem is between pdb vs. DDD. The issue is between whether command line debuggers are as efficient as GUI based debuggers. The issue really has nothing to do with Emacs except that Emacs can, as far as I know, only run pdb, the command line debugger, for Python. So if I want to do all my computing in Emacs, I'd like to find a way to debug in Emacs that's just as fast as GUI debuggers. I can't see that that is possible with pdb.