mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 19:07:34 +00:00
(dbx): For gud-break, send a file command and a stop command.
This commit is contained in:
parent
604ea1aaa3
commit
9d021db37b
1 changed files with 3 additions and 1 deletions
|
|
@ -330,8 +330,10 @@ and source-file directory for your debugger."
|
|||
|
||||
(gud-common-init command-line)
|
||||
|
||||
(gud-def gud-break "stop at \"%f\":%l"
|
||||
(gud-def gud-break "file \"%f\"\nstop at %l"
|
||||
"\C-b" "Set breakpoint at current line.")
|
||||
;; (gud-def gud-break "stop at \"%f\":%l"
|
||||
;; "\C-b" "Set breakpoint at current line.")
|
||||
(gud-def gud-remove "clear %l" "\C-d" "Remove breakpoint at current line")
|
||||
(gud-def gud-step "step %p" "\C-s" "Step one line with display.")
|
||||
(gud-def gud-stepi "stepi %p" "\C-i" "Step one instruction with display.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue