From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?windows-1252?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: highlight breakpoints with pdb? Date: Wed, 19 Nov 2014 08:01:03 +0100 Message-ID: <546C402F.7070504@easy-emacs.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1416380510 20431 80.91.229.3 (19 Nov 2014 07:01:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Nov 2014 07:01:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 19 08:01:44 2014 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 1XqzGq-0002UQ-7I for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Nov 2014 08:01:44 +0100 Original-Received: from localhost ([::1]:56728 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqzGp-00073w-SB for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Nov 2014 02:01:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqzGa-00073n-PV for help-gnu-emacs@gnu.org; Wed, 19 Nov 2014 02:01:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqzGS-0006gs-0a for help-gnu-emacs@gnu.org; Wed, 19 Nov 2014 02:01:28 -0500 Original-Received: from mout.kundenserver.de ([212.227.126.130]:56272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqzGR-0006gI-Nw for help-gnu-emacs@gnu.org; Wed, 19 Nov 2014 02:01:19 -0500 Original-Received: from [192.168.178.32] (brln-4dba1748.pool.mediaWays.net [77.186.23.72]) by mrelayeu.kundenserver.de (node=mreue006) with ESMTP (Nemesis) id 0Lpljf-1YUTLK31qJ-00fiGi; Wed, 19 Nov 2014 08:01:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.2.0 In-Reply-To: X-Provags-ID: V02:K0:1LfWnIl33Kf2M+MHhcQtBsYGcuOfKgFeRDb3wv/+e34 VGKUXaTOc6zOBXB1xJwcuuCEueApYTNa4TrFaguXJkH8xcxiJS Hk0flHcpUQnxONVUOB4veynNkPjWo1dVRRE3wgtRAEIV/Ryoue 9asphT6HZuLqUXSpkhzX6bFTXHJ0ODdcXl7hOY/YesHqO9aSjz cdhEYxpvklaypuoM9SaofsUY9TC0L3q43TVLu0iiAfBOfb7cih p+tauGvQ4slTHRoxlQxf4n3UImAcSL9aBa3dqcChX0xU3iK3OL x0flUibcBf7AuACaVH2NyhPxYxxmaIuhzxyiph38OWWNT7mnsk PDgeT+6bc24CDXPLnu2T9LflLp+Jx4nr3HdRTnegX X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.126.130 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:101053 Archived-At: On 18.11.2014 23:29, Xin Jin wrote: > I use pdb with gud to debug python scripts. I am just wondering if there is way to highlight the lines with breakpoints? For example, in some screenshots of gud-gdb, some people seem to have red circles to the left of lines with breakpoints. How to achieve that with pdb? And is there a way to list all breakpoints (like the breakpoints buffer of gud-gdb)? > > I actually tried realgud once, and it did have this feature. However, realgud is lacking documentation, and I find it extremely confusing to use. I have very limited knowledge of elisp, so I cannot figure out what is going on without a more detailed guide. > > Thanks. > This should be possible. Exists a related feature request already at python-mode.el's side https://bugs.launchpad.net/python-mode/+bug/1248657