bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20106: 25.0.50 pdb shuns init


From: Andreas Röhler
Subject: bug#20106: 25.0.50 pdb shuns init
Date: Sat, 14 Mar 2015 10:47:59 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.5.0

gud.el


While gud-query-cmdline would accept the file-name to debug as argument

(defun gud-query-cmdline (minor-mode &optional init)

don't see how to hand it over from pdb

 (defun pdb (command-line)
  "[...]"
  (interactive
   (list (gud-query-cmdline 'pdb)))


Cheers,

Andreas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]