branch: externals/realgud-ipdb
commit 40c4d1c20482b0615ed9d56447a29e7e1d6bc17c
Merge: 3642767 989f3c4
Author: R. Bernstein <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #4 from junnu-github/master
Fix realgud--ipdb-command-name
---
ipdb/core.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ipdb/core.el b/ipdb/core.el
index 7468299..9201833 100644
--- a/ipdb/core.el
+++ b/ipdb/core.el
@@ -175,7 +175,7 @@ Note that the script name path has been expanded via
`expand-file-name'.
(defun ipdb-suggest-invocation (debugger-name)
"Suggest a ipdb command invocation via `realgud-suggest-invocaton'"
- (realgud-suggest-invocation (or debugger-name realgud--ipdb-command-name)
+ (realgud-suggest-invocation (or realgud--ipdb-command-name debugger-name)
realgud--ipdb-minibuffer-history
"python" "\\.py"))