From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Earl Newsgroups: gmane.emacs.help Subject: Re: Emacs support for Perl's debugger? Date: Thu, 31 Jul 2003 20:00:02 -0600 Organization: OWDS Inc. Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87y8yejfx9.fsf@smtp.wegointer.net> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1059710148 16060 80.91.224.249 (1 Aug 2003 03:55:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 1 Aug 2003 03:55:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 01 05:55:46 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19iR18-0004Ak-00 for ; Fri, 01 Aug 2003 05:55:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19iR0z-0005UF-H8 for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jul 2003 23:55:37 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!nntp4.savvis.net!nwnews.wa.com!news-chi-2.sprintlink.net!news-central.sprintlink.net!news-in-central.sprintlink.net!news.sprintlink.net!news.chatlink.com!192.168.1.1!nobody Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: boise-208-187-55-14.safepages.com Original-X-Trace: news.chatlink.com 1059709787 4070 208.187.55.14 (1 Aug 2003 03:49:47 GMT) Original-X-Complaints-To: abuse@chatlink.com Original-NNTP-Posting-Date: Fri, 1 Aug 2003 03:49:47 +0000 (UTC) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEWirJuqx79eTz+NWkIe FhK808eHnJMEBQWKJAVWAAACTElEQVR4nFWUwZLaMAyGFVpyxnTCmVVCuLZxp71ujQeu6511ziED 4Z566tevJCehFcME/Fn6JVkOwAbYbjFGwz8ymEwluxCIL+pp4JUrCrfj9fhHFfSZgdiHgLAu0l/a SqFIZPMQEF/hP9tAdqTV03AZ+V+W1p7aB9/a61O88EoVLcf5lbePA0X3hXPFJC4gdLuPs58thdoK sPdtyOZIyT4L8HmPe5jLF56yDfuhPy/iisSKBMb3OFZ3UleL+DHOZmZ58LRhZ+1CwvUf9R6xWsj5 2fYtIuol2jhMlSvlEEvdyKql3tTXqe3toSeguV0Wq0s8D9R3Fm+xRa31T1qnR0UgS+J+OJCD/h4D P5rLOHQivvN+gJyB0RMYRPwLrFsABqWAKjBw4HutfwDkwypwcpxdPbw4EkcGuVe3E+2Xemo03gFw Kl/vdfEhkSjd+Hu47DvYBd5Yv1PxDX+l9uNZQRvLUiNmWNI6ltKzuhoZnBps8NAn0HADTrdwBxdD g+SyYj9qGYPxFg+wuUSDJVYo2gToaAJS89WRe2cD6gQqVjEEpvPGGZTNMR1XGvQwA11insY7TaFp ygkgSoxXkIFObeIK0WC3klBZRhtMAojWmlouxZ7OvI1jx+NADuzzwqMcvvHA3eqWKmFhdqJR8I+w lkks3nFWRnTO+zecr8GcLPU55wPPZeJA9c9k9xu5lBkkhwk0IvG856slUmNk1SnPwF37KZBFo5xT /BoAp9QOik8TsIaFu2ngh8x7IY21++WloFTercn1TbTr5QXwF4ec/GDO0up8AAAAAElFTkSuQmCC User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:KvoYJlPBfCSSyzxKuZVAFKpQySU= Original-Xref: shelby.stanford.edu gnu.emacs.help:115605 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:11523 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11523 Irving Kimura writes: > The manpage for perldebtut says that "[Perl's debugger's] command > line interface is tightly integrated with an emacs extension", but > it doesn't say what this Emacs extension is, or where to find it. > The manpage for perldebug also alludes to DB/Emacs integration, > but is equally vague on the details. Where can I find more > information on Perl DB/Emacs integration? > > Thanks! > > -Irv M-x perldb FILE You might also want to go through Emacs' info files searching for "perldb" and "gud" (Grand Unified Debugger). Then feel free to ask more questions. Jason