From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Shenli Newsgroups: gmane.emacs.help Subject: Python pdb in Emacs gud on Windows question Date: Thu, 24 Sep 2009 19:44:00 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4de0bafb-8a86-4334-85c2-170061940940@w37g2000prg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1253854667 23296 80.91.229.12 (25 Sep 2009 04:57:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Sep 2009 04:57:47 +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 Sep 25 06:57:40 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 1Mr2sG-0000x1-GP for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Sep 2009 06:57:40 +0200 Original-Received: from localhost ([127.0.0.1]:54069 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mr2sF-0007VN-VQ for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Sep 2009 00:57:40 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!w37g2000prg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 116.232.91.208 Original-X-Trace: posting.google.com 1253846640 21651 127.0.0.1 (25 Sep 2009 02:44:00 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 25 Sep 2009 02:44:00 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w37g2000prg.googlegroups.com; posting-host=116.232.91.208; posting-account=0SDsjAoAAACST9_yxvTp0Bl9-m-EasZx User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 3.0.04506.30; InfoPath.1; CIBA),gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:173337 X-Mailman-Approved-At: Fri, 25 Sep 2009 00:57:13 -0400 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:68457 Archived-At: Hi all, I tried to move Python debug environment to Emacs on Windows. After setting exec-path, the Python interactive mode works well. But when I type "python -m pdb python-file.py", the gud just give out one line of responds "current directory is ...", and did not give out anything more. After I killed it (I don't know what's the difference in kill and quit?), the gud will print out a lot debugging information, as if it is running in the background. How to solve it? Thanks! My environment is Emacs 23.1(python.el), Python 2.5.2, Windows XP. Best regards, Shenli