From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Yuri Shtil Newsgroups: gmane.emacs.help Subject: how to pass -- through perldb Date: Mon, 05 Jan 2004 17:03:55 -0800 Organization: Cisco Systems Inc. Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3FFA097B.2080806@cisco.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1073351950 7814 80.91.224.253 (6 Jan 2004 01:19:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2004 01:19:10 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 06 02:19:03 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Adfs6-0005Mp-00 for ; Tue, 06 Jan 2004 02:19:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Adgnc-0006WL-3l for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Jan 2004 21:18:28 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!sn-xit-02!sn-xit-01!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 X-Accept-Language: en-us, en Cache-Post-Path: sj-nntpcache-5!unknown@10.32.9.61 X-Cache: nntpcache 2.4.0b2 (see http://www.nntpcache.org/) Original-X-Complaints-To: abuse@supernews.com Original-Lines: 12 Original-Xref: shelby.stanford.edu gnu.emacs.help:119768 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:15711 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15711 Hi I am trying to debug a perl program that needs to see a double dash (--) on the command line. For some reason when I invoke perldb from emacs, it gets confused and instead of showing the source in one buffer and the debugger interface in the debugger buffer, I see a command line like interface in the debugger buffer. What might be the problem? Yuri.