branch: externals/realgud
commit 79c982d1de97e8498839a77f5ab9637bcf9e716c
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Add a comment
---
realgud/common/cmds.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/realgud/common/cmds.el b/realgud/common/cmds.el
index 776225e..f5fbd7d 100644
--- a/realgud/common/cmds.el
+++ b/realgud/common/cmds.el
@@ -185,6 +185,7 @@ as in `realgud:cmd-run-command'."
"Set a breakpoint at the current line.
With prefix argument LINE-NUMBER, prompt for line number."
(interactive (realgud:cmd--line-number-from-prefix-arg))
+ ;; Note a file name may be picked up inside realgud:cmd-run-runcmd's stored
pattern
(realgud:cmd--with-line-override line-number
(realgud:cmd-run-command line-number
"break")))