diff options
| -rw-r--r-- | lisp/gud.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/gud.el b/lisp/gud.el index 9d7ccdb8b00..eb6608b88c0 100644 --- a/lisp/gud.el +++ b/lisp/gud.el | |||
| @@ -330,8 +330,10 @@ and source-file directory for your debugger." | |||
| 330 | 330 | ||
| 331 | (gud-common-init command-line) | 331 | (gud-common-init command-line) |
| 332 | 332 | ||
| 333 | (gud-def gud-break "stop at \"%f\":%l" | 333 | (gud-def gud-break "file \"%f\"\nstop at %l" |
| 334 | "\C-b" "Set breakpoint at current line.") | 334 | "\C-b" "Set breakpoint at current line.") |
| 335 | ;; (gud-def gud-break "stop at \"%f\":%l" | ||
| 336 | ;; "\C-b" "Set breakpoint at current line.") | ||
| 335 | (gud-def gud-remove "clear %l" "\C-d" "Remove breakpoint at current line") | 337 | (gud-def gud-remove "clear %l" "\C-d" "Remove breakpoint at current line") |
| 336 | (gud-def gud-step "step %p" "\C-s" "Step one line with display.") | 338 | (gud-def gud-step "step %p" "\C-s" "Step one line with display.") |
| 337 | (gud-def gud-stepi "stepi %p" "\C-i" "Step one instruction with display.") | 339 | (gud-def gud-stepi "stepi %p" "\C-i" "Step one instruction with display.") |