mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(pdb): Specify file for gud-break.
This commit is contained in:
parent
17bfdfc612
commit
39c9a04753
@ -1630,7 +1630,7 @@ and source-file directory for your debugger."
|
||||
(gud-common-init command-line nil 'gud-pdb-marker-filter)
|
||||
(set (make-local-variable 'gud-minor-mode) 'pdb)
|
||||
|
||||
(gud-def gud-break "break %l" "\C-b" "Set breakpoint at current line.")
|
||||
(gud-def gud-break "break %f:%l" "\C-b" "Set breakpoint at current line.")
|
||||
(gud-def gud-remove "clear %f:%l" "\C-d" "Remove breakpoint at current line")
|
||||
(gud-def gud-step "step" "\C-s" "Step one source line with display.")
|
||||
(gud-def gud-next "next" "\C-n" "Step one line (skip functions).")
|
||||
|
Loading…
Reference in New Issue
Block a user