]> code.delx.au - gnu-emacs/commitdiff
(dbx): For gud-break, send a file command and a stop command.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Jul 1993 05:51:39 +0000 (05:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Jul 1993 05:51:39 +0000 (05:51 +0000)
lisp/gud.el

index 9d7ccdb8b00f4ffa33c070cdb2a131f06cf1a197..eb6608b88c0a74676313fbd06c4043cf49c99393 100644 (file)
@@ -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.")