(gud-menu-map): Put gud-finish back on the
tool bar (removed inadvertantly).
This commit is contained in:
parent
dcf4db16b7
commit
d60d4cd6ef
1 changed files with 3 additions and 0 deletions
|
@ -189,6 +189,9 @@ Used to grey out relevant togolbar icons.")
|
|||
:enable (not gud-running))
|
||||
([watch] menu-item "Watch Expression" gud-watch
|
||||
:enable (and (not gud-running)
|
||||
(memq gud-minor-mode '(gdbmi gdba))))
|
||||
([finish] menu-item "Finish Function" gud-finish
|
||||
:enable (and (not gud-running)
|
||||
(memq gud-minor-mode
|
||||
'(gdbmi gdba gdb xdb jdb pdb bashdb))))
|
||||
([stepi] menu-item "Step Instruction" gud-stepi
|
||||
|
|
Loading…
Add table
Reference in a new issue