branch: master
commit bc1f4ba4944ff83f19cbf02ff0dd5414589a15ec
Author: rocky <[email protected]>
Commit: rocky <[email protected]>

    Broaden trepan breakpoint search
---
 realgud/lang/python.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/realgud/lang/python.el b/realgud/lang/python.el
index e3ae1cf..3737b9f 100644
--- a/realgud/lang/python.el
+++ b/realgud/lang/python.el
@@ -83,7 +83,7 @@ traceback) line."  )
 ;;  Regular expression that describes a "breakpoint set" line
 (defconst realgud:python-trepan-brkpt-set-pat
   (make-realgud-loc-pat
-   :regexp "^Breakpoint \\([0-9]+\\) set at line \\([0-9]+\\)[ \t\n]+of file 
\\(.+\\)\\(\n\\|$\\)"
+   :regexp "^Breakpoint \\([0-9]+\\) set at line \\([0-9]+\\)[ \t\n]+of file[ 
\t\n]+\\(.+\\)\\(\n\\|$\\)"
    :num 1
    :file-group 3
    :line-group 2))

Reply via email to