diff --git a/emacs.d/dev.el b/emacs.d/dev.el index ca940f0..0994695 100644 --- a/emacs.d/dev.el +++ b/emacs.d/dev.el @@ -63,8 +63,8 @@ ("" . 'gud-step-into) ("" . 'gud-step-over) ("S-" . 'gud-step-out) - ("C-c b" . 'gud-set-breakpoint) - ("C-c B" . 'gud-remove-breakpoint) + ("C-c C-d b" . 'gud-set-breakpoint) + ("C-c C-d B" . 'gud-remove-breakpoint) ("C-q" . 'gud-quit)) :config (setq gdb-many-windows t)