From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Re: python setup ? Date: Fri, 08 May 2009 18:36:17 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <49F59516.2080901@easy-emacs.de> <49f5b71c.0305560a.6147.25ed@mx.google.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1241800980 4682 80.91.229.12 (8 May 2009 16:43:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 May 2009 16:43:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 08 18:42:52 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M2T9w-0004K2-4j for geh-help-gnu-emacs@m.gmane.org; Fri, 08 May 2009 18:42:52 +0200 Original-Received: from localhost ([127.0.0.1]:53582 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2T9v-0006eJ-CX for geh-help-gnu-emacs@m.gmane.org; Fri, 08 May 2009 12:42:51 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!newshub.sdsu.edu!feeder.erje.net!feeder.motzarella.org!motzarella.org!news.motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-X-Trace: news.eternal-september.org U2FsdGVkX1+igt8bpDCmEBRVyk/OGWLSqMIKGpL5AbcbzWbVnYB7zwjZUmgsygAySLTt8E8cnl+XJNTt6Aqr2HIybxSwm0BJla8uqkten6dbrTZYAtP+4UOLJdQVE5vcm83qNb5nF6xVjllSxztjwA== Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Fri, 8 May 2009 16:36:18 +0000 (UTC) X-Auth-Sender: U2FsdGVkX195jXfnGtCEgRLksZOOi/MISjvpuG2hpt+defHdVwSCVg== Cancel-Lock: sha1:sLwaR+TZe4lIz7WG0mgJhILx0F4= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:168980 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64246 Archived-At: Andreas Röhler writes: > Richard Riley wrote: >> hi Andreas, >> >> but can one list breakpoints in pydb? Cant see how. >> >> r. >> >> > > info breakpoints > > http://bashdb.sourceforge.net/pydb/pydb/lib/subsubsection-info.html > > Grüße > > Andreas > > Yeah, I found it shortly after emailing you. Whenever I go back to gdb that one always eludes me too - it just seems wrong. I always try "b list" and so forth :-; But thanks for the link. pydb is nice.