emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 6df0f6a 051/215: trepanjs location format has changed


From: Rocky Bernstein
Subject: [elpa] master 6df0f6a 051/215: trepanjs location format has changed
Date: Sat, 30 Jul 2016 14:48:53 +0000 (UTC)

branch: master
commit 6df0f6a1fcc50e14a5f99b6b08e476fe64c21279
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    trepanjs location format has changed
---
 realgud/debugger/trepanjs/init.el |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/realgud/debugger/trepanjs/init.el 
b/realgud/debugger/trepanjs/init.el
index e88aed9..decb17d 100644
--- a/realgud/debugger/trepanjs/init.el
+++ b/realgud/debugger/trepanjs/init.el
@@ -42,11 +42,14 @@ realgud-loc-pat struct")
 (setf (gethash "loc" realgud:trepanjs-pat-hash)
       (make-realgud-loc-pat
        :regexp (format
-               "\\(?:%s\\)*\\(?:break\\|exception\\|call\\) in %s:%s"
+               "\\(?:%s\\)*\\(?:break\\|exception\\|call\\) in %s at line 
%s:%s"
                realgud:js-term-escape realgud:trepanjs-file-regexp
+               realgud:regexp-captured-num
                realgud:regexp-captured-num)
        :file-group 1
-       :line-group 2))
+       :line-group 2
+       :char-offset-group 3
+       ))
 
 ;; Regular expression that describes a trepanjs command prompt
 ;; For example:



reply via email to

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