# HG changeset patch # User Richard M. Stallman # Date 743752299 0 # Node ID 2455c90e1371e3aa2404128421664f4e2fe6f74f # Parent 3de2d5ae27a757c09b6519fa19ab1e71c6116f7b (dbx): For gud-break, send a file command and a stop command. diff -r 3de2d5ae27a7 -r 2455c90e1371 lisp/gud.el --- a/lisp/gud.el Tue Jul 27 05:48:57 1993 +0000 +++ b/lisp/gud.el Tue Jul 27 05:51:39 1993 +0000 @@ -330,8 +330,10 @@ (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.")