mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(gud-menu-map): Pdb can't handle SIGINT so
don't put stop on toolbar.
This commit is contained in:
parent
4f1cc23d2e
commit
e795222265
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue