1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-10 09:43:26 -08:00

(gud-menu-map): Pdb can't handle SIGINT so

don't put stop button on toolbar.
This commit is contained in:
Nick Roberts 2007-04-28 08:57:20 +00:00
parent 5e1cd4de65
commit e283bc4dde

View file

@ -152,7 +152,7 @@ Used to grey out relevant toolbar icons.")
:visible (and (not gud-running)
(eq gud-minor-mode 'gdba)))
([stop] menu-item "Stop" gud-stop-subjob
:visible (or (not (eq gud-minor-mode 'gdba))
:visible (or (not (memq gud-minor-mode '(gdba pdb)))
(and gud-running
(eq gud-minor-mode 'gdba))))
([until] menu-item "Continue to selection" gud-until