emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#14183: closed (24.2; [PATCH] gud: perldb works wit


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14183: closed (24.2; [PATCH] gud: perldb works with eval-ed subs)
Date: Thu, 11 Apr 2013 11:07:02 +0000

Your message dated Thu, 11 Apr 2013 04:03:04 -0700
with message-id <address@hidden>
and subject line this is a duplicate
has caused the debbugs.gnu.org bug report #14183,
regarding 24.2; [PATCH] gud: perldb works with eval-ed subs
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14183: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14183
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.2; [PATCH] gud: perldb works with eval-ed subs Date: Thu, 11 Apr 2013 03:44:57 -0700
Hi.

This is a patch to fix a specific case that makes 'M-x perldb' unable to
step through some code.

When debugging through a subroutine defined in an eval, perldb uses a slightly
different string to communicate the debugger position. This patch updates the
regex in gud-perldb-marker-filter to be able to parse this string.

An example of a "normal" string:
 ^Z^Z/tmp/tst.pl:6:0

An example of a sub-in-eval string that can now be parsed:
 ^Z^Z(eval 5)[/tmp/tst.pl:6]:3:0

Sample perl source that couldn't be stepped through before, and now can be:

 eval 'sub f
 {
   print 34;
 }
 ';

 f();

Attachment: 0001-gud-perldb-works-with-eval-ed-subs.patch
Description: patch


--- End Message ---
--- Begin Message --- Subject: this is a duplicate Date: Thu, 11 Apr 2013 04:03:04 -0700 User-agent: mu4e 0.9.9.5-dev6; emacs 24.2.1
I accidentally submitted this report twice. Closing this one. Bug 14182
is the original.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]