branch: externals/realgud-node-inspect
commit e0f18442d759b8ce4479c01e090975b62270257d
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Recent node notes frame changes in loc
---
realgud-node-inspect/init.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/realgud-node-inspect/init.el b/realgud-node-inspect/init.el
index 46ef5b5..a0bcc77 100644
--- a/realgud-node-inspect/init.el
+++ b/realgud-node-inspect/init.el
@@ -34,10 +34,11 @@ realgud-loc-pat struct")
;; before a command prompt.
;; For example:
;; break in /home/indutny/Code/git/indutny/myscript.js:1
+;; frame change in file:///tmp/typescript-service.js:295
(setf (gethash "loc" realgud:node-inspect-pat-hash)
(make-realgud-loc-pat
:regexp (format
- "\\(?:%s\\)*\\(?:break\\|exception\\|Break on start\\) in
\\(?:file://\\)?%s:%s"
+ "\\(?:%s\\)*\\(?:break\\|exception\\|Break on start\\|frame
change\\) in \\(?:file://\\)?%s:%s"
realgud:js-term-escape "\\([^:]+\\)"
realgud:regexp-captured-num)
:file-group 1