branch: externals/realgud-ipdb
commit 989f3c43ea8e63256f8f97e9132fd80d696c726f
Author: Anush V <[email protected]>
Commit: Anush V <[email protected]>
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"))