Mercurial > emacs
annotate lisp/emacs-lisp/debug.el @ 49711:c194028e6870
Fix Hindi and add Tamil.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 11 Feb 2003 02:34:25 +0000 |
parents | 0d8b17d428b5 |
children | fc00b549e161 d7ddb3e565de |
rev | line source |
---|---|
662
8a533acedb77
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
477
diff
changeset
|
1 ;;; debug.el --- debuggers and related commands for Emacs |
8a533acedb77
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
477
diff
changeset
|
2 |
43911 | 3 ;; Copyright (C) 1985, 1986, 1994, 2001 Free Software Foundation, Inc. |
845 | 4 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
662
diff
changeset
|
5 ;; Maintainer: FSF |
2247
2c7997f249eb
Add or correct keywords
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
845
diff
changeset
|
6 ;; Keywords: lisp, tools, maint |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
662
diff
changeset
|
7 |
473 | 8 ;; This file is part of GNU Emacs. |
9 | |
10 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
11 ;; it under the terms of the GNU General Public License as published by | |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
662
diff
changeset
|
12 ;; the Free Software Foundation; either version 2, or (at your option) |
473 | 13 ;; any later version. |
14 | |
15 ;; GNU Emacs is distributed in the hope that it will be useful, | |
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 ;; GNU General Public License for more details. | |
19 | |
20 ;; You should have received a copy of the GNU General Public License | |
14169 | 21 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
23 ;; Boston, MA 02111-1307, USA. | |
473 | 24 |
2307
10e417efb12a
Added or corrected Commentary sections
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2247
diff
changeset
|
25 ;;; Commentary: |
10e417efb12a
Added or corrected Commentary sections
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2247
diff
changeset
|
26 |
10e417efb12a
Added or corrected Commentary sections
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2247
diff
changeset
|
27 ;; This is a major mode documented in the Emacs manual. |
10e417efb12a
Added or corrected Commentary sections
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2247
diff
changeset
|
28 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
662
diff
changeset
|
29 ;;; Code: |
473 | 30 |
43911 | 31 (require 'button) |
32 | |
21365 | 33 (defgroup debugger nil |
34 "Debuggers and related commands for Emacs." | |
35 :prefix "debugger-" | |
36 :group 'debug) | |
37 | |
38 (defcustom debugger-mode-hook nil | |
39 "*Hooks run when `debugger-mode' is turned on." | |
40 :type 'hook | |
21669
9861518505cb
*** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents:
21365
diff
changeset
|
41 :group 'debugger |
9861518505cb
*** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents:
21365
diff
changeset
|
42 :version "20.3") |
20403
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
43 |
26325
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
44 (defcustom debugger-batch-max-lines 40 |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
45 "*Maximum lines to show in debugger buffer in a noninteractive Emacs. |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
46 When the debugger is entered and Emacs is running in batch mode, |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
47 if the backtrace text has more than this many lines, |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
48 the middle is discarded, and just the beginning and end are displayed." |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
49 :type 'integer |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
50 :group 'debugger |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
51 :version "21.1") |
20403
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
52 |
21365 | 53 (defcustom debug-function-list nil |
54 "List of functions currently set for debug on entry." | |
55 :type '(repeat function) | |
56 :group 'debugger) | |
473 | 57 |
21365 | 58 (defcustom debugger-step-after-exit nil |
59 "Non-nil means \"single-step\" after the debugger exits." | |
60 :type 'boolean | |
61 :group 'debugger) | |
10731
65e10f44e765
(debugger-step-after-exit): Variable declared.
Richard M. Stallman <rms@gnu.org>
parents:
10728
diff
changeset
|
62 |
65e10f44e765
(debugger-step-after-exit): Variable declared.
Richard M. Stallman <rms@gnu.org>
parents:
10728
diff
changeset
|
63 (defvar debugger-value nil |
65e10f44e765
(debugger-step-after-exit): Variable declared.
Richard M. Stallman <rms@gnu.org>
parents:
10728
diff
changeset
|
64 "This is the value for the debugger to return, when it returns.") |
65e10f44e765
(debugger-step-after-exit): Variable declared.
Richard M. Stallman <rms@gnu.org>
parents:
10728
diff
changeset
|
65 |
65e10f44e765
(debugger-step-after-exit): Variable declared.
Richard M. Stallman <rms@gnu.org>
parents:
10728
diff
changeset
|
66 (defvar debugger-old-buffer nil |
65e10f44e765
(debugger-step-after-exit): Variable declared.
Richard M. Stallman <rms@gnu.org>
parents:
10728
diff
changeset
|
67 "This is the buffer that was current when the debugger was entered.") |
65e10f44e765
(debugger-step-after-exit): Variable declared.
Richard M. Stallman <rms@gnu.org>
parents:
10728
diff
changeset
|
68 |
42063
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
69 (defvar debugger-previous-backtrace nil |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
70 "The contents of the previous backtrace (including text properties). |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
71 This is to optimize `debugger-make-xrefs'.") |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
72 |
6926
027b7de8a571
(debug, debugger-eval-expression): Preserve match-data.
Karl Heuer <kwzh@gnu.org>
parents:
6567
diff
changeset
|
73 (defvar debugger-outer-match-data) |
11062
302f676eeca0
(debugger-outer-load-read-function): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
10731
diff
changeset
|
74 (defvar debugger-outer-load-read-function) |
302f676eeca0
(debugger-outer-load-read-function): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
10731
diff
changeset
|
75 (defvar debugger-outer-overriding-local-map) |
18166
84c0a412aa71
(debug, debugger-eval-expression):
Richard M. Stallman <rms@gnu.org>
parents:
17262
diff
changeset
|
76 (defvar debugger-outer-overriding-terminal-local-map) |
5544
ab9c9a611b5a
(debug): Bind a bunch of vars, like last-command, to
Richard M. Stallman <rms@gnu.org>
parents:
5430
diff
changeset
|
77 (defvar debugger-outer-track-mouse) |
ab9c9a611b5a
(debug): Bind a bunch of vars, like last-command, to
Richard M. Stallman <rms@gnu.org>
parents:
5430
diff
changeset
|
78 (defvar debugger-outer-last-command) |
ab9c9a611b5a
(debug): Bind a bunch of vars, like last-command, to
Richard M. Stallman <rms@gnu.org>
parents:
5430
diff
changeset
|
79 (defvar debugger-outer-this-command) |
46722 | 80 ;; unread-command-char is obsolete, |
81 ;; but we still save and restore it | |
82 ;; in case some user program still tries to set it. | |
5544
ab9c9a611b5a
(debug): Bind a bunch of vars, like last-command, to
Richard M. Stallman <rms@gnu.org>
parents:
5430
diff
changeset
|
83 (defvar debugger-outer-unread-command-char) |
ab9c9a611b5a
(debug): Bind a bunch of vars, like last-command, to
Richard M. Stallman <rms@gnu.org>
parents:
5430
diff
changeset
|
84 (defvar debugger-outer-unread-command-events) |
22921
48b85e4a4dd3
(debugger-outer-unread-post-input-method-events): New variable.
Kenichi Handa <handa@m17n.org>
parents:
22114
diff
changeset
|
85 (defvar debugger-outer-unread-post-input-method-events) |
5544
ab9c9a611b5a
(debug): Bind a bunch of vars, like last-command, to
Richard M. Stallman <rms@gnu.org>
parents:
5430
diff
changeset
|
86 (defvar debugger-outer-last-input-event) |
ab9c9a611b5a
(debug): Bind a bunch of vars, like last-command, to
Richard M. Stallman <rms@gnu.org>
parents:
5430
diff
changeset
|
87 (defvar debugger-outer-last-command-event) |
ab9c9a611b5a
(debug): Bind a bunch of vars, like last-command, to
Richard M. Stallman <rms@gnu.org>
parents:
5430
diff
changeset
|
88 (defvar debugger-outer-last-nonmenu-event) |
ab9c9a611b5a
(debug): Bind a bunch of vars, like last-command, to
Richard M. Stallman <rms@gnu.org>
parents:
5430
diff
changeset
|
89 (defvar debugger-outer-last-event-frame) |
ab9c9a611b5a
(debug): Bind a bunch of vars, like last-command, to
Richard M. Stallman <rms@gnu.org>
parents:
5430
diff
changeset
|
90 (defvar debugger-outer-standard-input) |
ab9c9a611b5a
(debug): Bind a bunch of vars, like last-command, to
Richard M. Stallman <rms@gnu.org>
parents:
5430
diff
changeset
|
91 (defvar debugger-outer-standard-output) |
24741
00ef85c8a0ff
(debugger-outer-inhibit-redisplay): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
24524
diff
changeset
|
92 (defvar debugger-outer-inhibit-redisplay) |
5544
ab9c9a611b5a
(debug): Bind a bunch of vars, like last-command, to
Richard M. Stallman <rms@gnu.org>
parents:
5430
diff
changeset
|
93 (defvar debugger-outer-cursor-in-echo-area) |
ab9c9a611b5a
(debug): Bind a bunch of vars, like last-command, to
Richard M. Stallman <rms@gnu.org>
parents:
5430
diff
changeset
|
94 |
473 | 95 ;;;###autoload |
96 (setq debugger 'debug) | |
97 ;;;###autoload | |
98 (defun debug (&rest debugger-args) | |
6048
ff40882c5578
(debug, debug-on-entry): Doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
5585
diff
changeset
|
99 "Enter debugger. To return, type \\<debugger-mode-map>`\\[debugger-continue]'. |
473 | 100 Arguments are mainly for use when this is called from the internals |
101 of the evaluator. | |
102 | |
103 You may call with no args, or you may pass nil as the first arg and | |
104 any other args you like. In that case, the list of args after the | |
105 first will be printed into the backtrace buffer." | |
11069
ee94cf4fd05a
(debug): Now interactive.
Richard M. Stallman <rms@gnu.org>
parents:
11062
diff
changeset
|
106 (interactive) |
46715
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
107 (if inhibit-redisplay |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
108 ;; Don't really try to enter debugger within an eval from redisplay. |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
109 debugger-value |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
110 (unless noninteractive |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
111 (message "Entering debugger...")) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
112 (let (debugger-value |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
113 (debug-on-error nil) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
114 (debug-on-quit nil) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
115 (debugger-buffer (let ((default-major-mode 'fundamental-mode)) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
116 (get-buffer-create "*Backtrace*"))) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
117 (debugger-old-buffer (current-buffer)) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
118 (debugger-step-after-exit nil) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
119 ;; Don't keep reading from an executing kbd macro! |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
120 (executing-kbd-macro nil) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
121 ;; Save the outer values of these vars for the `e' command |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
122 ;; before we replace the values. |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
123 (debugger-outer-match-data (match-data)) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
124 (debugger-outer-load-read-function load-read-function) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
125 (debugger-outer-overriding-local-map overriding-local-map) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
126 (debugger-outer-overriding-terminal-local-map |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
127 overriding-terminal-local-map) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
128 (debugger-outer-track-mouse track-mouse) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
129 (debugger-outer-last-command last-command) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
130 (debugger-outer-this-command this-command) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
131 (debugger-outer-unread-command-char unread-command-char) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
132 (debugger-outer-unread-command-events unread-command-events) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
133 (debugger-outer-unread-post-input-method-events |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
134 unread-post-input-method-events) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
135 (debugger-outer-last-input-event last-input-event) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
136 (debugger-outer-last-command-event last-command-event) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
137 (debugger-outer-last-nonmenu-event last-nonmenu-event) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
138 (debugger-outer-last-event-frame last-event-frame) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
139 (debugger-outer-standard-input standard-input) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
140 (debugger-outer-standard-output standard-output) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
141 (debugger-outer-inhibit-redisplay inhibit-redisplay) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
142 (debugger-outer-cursor-in-echo-area cursor-in-echo-area)) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
143 ;; Set this instead of binding it, so that `q' |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
144 ;; will not restore it. |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
145 (setq overriding-terminal-local-map nil) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
146 ;; Don't let these magic variables affect the debugger itself. |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
147 (let ((last-command nil) this-command track-mouse |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
148 (unread-command-char -1) unread-command-events |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
149 unread-post-input-method-events |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
150 last-input-event last-command-event last-nonmenu-event |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
151 last-event-frame |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
152 overriding-local-map |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
153 load-read-function |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
154 ;; If we are inside a minibuffer, allow nesting |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
155 ;; so that we don't get an error from the `e' command. |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
156 (enable-recursive-minibuffers |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
157 (or enable-recursive-minibuffers (> (minibuffer-depth) 0))) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
158 (standard-input t) (standard-output t) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
159 inhibit-redisplay |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
160 (cursor-in-echo-area nil)) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
161 (unwind-protect |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
162 (save-excursion |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
163 (save-window-excursion |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
164 (pop-to-buffer debugger-buffer) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
165 (debugger-mode) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
166 (debugger-setup-buffer debugger-args) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
167 (when noninteractive |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
168 ;; If the backtrace is long, save the beginning |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
169 ;; and the end, but discard the middle. |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
170 (when (> (count-lines (point-min) (point-max)) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
171 debugger-batch-max-lines) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
172 (goto-char (point-min)) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
173 (forward-line (/ 2 debugger-batch-max-lines)) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
174 (let ((middlestart (point))) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
175 (goto-char (point-max)) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
176 (forward-line (- (/ 2 debugger-batch-max-lines) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
177 debugger-batch-max-lines)) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
178 (delete-region middlestart (point))) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
179 (insert "...\n")) |
26325
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
180 (goto-char (point-min)) |
46715
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
181 (message (buffer-string)) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
182 (kill-emacs)) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
183 (if (eq (car debugger-args) 'debug) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
184 ;; Skip the frames for backtrace-debug, byte-code, and debug. |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
185 (backtrace-debug 3 t)) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
186 (debugger-reenable) |
5544
ab9c9a611b5a
(debug): Bind a bunch of vars, like last-command, to
Richard M. Stallman <rms@gnu.org>
parents:
5430
diff
changeset
|
187 (message "") |
46715
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
188 (let ((inhibit-trace t) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
189 (standard-output nil) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
190 (buffer-read-only t)) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
191 (message "") |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
192 ;; Make sure we unbind buffer-read-only in the right buffer. |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
193 (save-excursion |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
194 (recursive-edit))))) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
195 ;; Kill or at least neuter the backtrace buffer, so that users |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
196 ;; don't try to execute debugger commands in an invalid context. |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
197 (if (get-buffer-window debugger-buffer 'visible) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
198 ;; Still visible despite the save-window-excursion? Maybe it |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
199 ;; it's in a pop-up frame. It would be annoying to delete and |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
200 ;; recreate it every time the debugger stops, so instead we'll |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
201 ;; erase it but leave it visible. |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
202 (save-excursion |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
203 (set-buffer debugger-buffer) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
204 (erase-buffer) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
205 (fundamental-mode)) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
206 (kill-buffer debugger-buffer)) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
207 (set-match-data debugger-outer-match-data))) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
208 ;; Put into effect the modified values of these variables |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
209 ;; in case the user set them with the `e' command. |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
210 (setq load-read-function debugger-outer-load-read-function) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
211 (setq overriding-local-map debugger-outer-overriding-local-map) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
212 (setq overriding-terminal-local-map |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
213 debugger-outer-overriding-terminal-local-map) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
214 (setq track-mouse debugger-outer-track-mouse) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
215 (setq last-command debugger-outer-last-command) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
216 (setq this-command debugger-outer-this-command) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
217 (setq unread-command-char debugger-outer-unread-command-char) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
218 (setq unread-command-events debugger-outer-unread-command-events) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
219 (setq unread-post-input-method-events |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
220 debugger-outer-unread-post-input-method-events) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
221 (setq last-input-event debugger-outer-last-input-event) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
222 (setq last-command-event debugger-outer-last-command-event) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
223 (setq last-nonmenu-event debugger-outer-last-nonmenu-event) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
224 (setq last-event-frame debugger-outer-last-event-frame) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
225 (setq standard-input debugger-outer-standard-input) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
226 (setq standard-output debugger-outer-standard-output) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
227 (setq inhibit-redisplay debugger-outer-inhibit-redisplay) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
228 (setq cursor-in-echo-area debugger-outer-cursor-in-echo-area) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
229 (setq debug-on-next-call debugger-step-after-exit) |
1320a274ce28
(debug): If redisplaying, just return.
Richard M. Stallman <rms@gnu.org>
parents:
46217
diff
changeset
|
230 debugger-value))) |
473 | 231 |
26325
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
232 (defun debugger-setup-buffer (debugger-args) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
233 "Initialize the `*Backtrace*' buffer for entry to the debugger. |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
234 That buffer should be current already." |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
235 (setq buffer-read-only nil) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
236 (erase-buffer) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
237 (set-buffer-multibyte nil) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
238 (let ((standard-output (current-buffer)) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
239 (print-escape-newlines t) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
240 (print-level 8) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
241 (print-length 50)) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
242 (backtrace)) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
243 (goto-char (point-min)) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
244 (delete-region (point) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
245 (progn |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
246 (search-forward "\n debug(") |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
247 (forward-line 1) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
248 (point))) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
249 (insert "Debugger entered") |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
250 ;; lambda is for debug-on-call when a function call is next. |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
251 ;; debug is for debug-on-entry function called. |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
252 (cond ((memq (car debugger-args) '(lambda debug)) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
253 (insert "--entering a function:\n") |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
254 (if (eq (car debugger-args) 'debug) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
255 (progn |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
256 (delete-char 1) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
257 (insert ?*) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
258 (beginning-of-line)))) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
259 ;; Exiting a function. |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
260 ((eq (car debugger-args) 'exit) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
261 (insert "--returning value: ") |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
262 (setq debugger-value (nth 1 debugger-args)) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
263 (prin1 debugger-value (current-buffer)) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
264 (insert ?\n) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
265 (delete-char 1) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
266 (insert ? ) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
267 (beginning-of-line)) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
268 ;; Debugger entered for an error. |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
269 ((eq (car debugger-args) 'error) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
270 (insert "--Lisp error: ") |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
271 (prin1 (nth 1 debugger-args) (current-buffer)) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
272 (insert ?\n)) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
273 ;; debug-on-call, when the next thing is an eval. |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
274 ((eq (car debugger-args) t) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
275 (insert "--beginning evaluation of function call form:\n")) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
276 ;; User calls debug directly. |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
277 (t |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
278 (insert ": ") |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
279 (prin1 (if (eq (car debugger-args) 'nil) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
280 (cdr debugger-args) debugger-args) |
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
281 (current-buffer)) |
40583
87996dd441b7
easy source access from the *debugger* buffer
Sam Steingold <sds@gnu.org>
parents:
26948
diff
changeset
|
282 (insert ?\n))) |
43134
ecd029f63cc0
(debugger-frame-offset): Var deleted.
Richard M. Stallman <rms@gnu.org>
parents:
43034
diff
changeset
|
283 ;; After any frame that uses eval-buffer, |
ecd029f63cc0
(debugger-frame-offset): Var deleted.
Richard M. Stallman <rms@gnu.org>
parents:
43034
diff
changeset
|
284 ;; insert a line that states the buffer position it's reading at. |
ecd029f63cc0
(debugger-frame-offset): Var deleted.
Richard M. Stallman <rms@gnu.org>
parents:
43034
diff
changeset
|
285 (save-excursion |
ecd029f63cc0
(debugger-frame-offset): Var deleted.
Richard M. Stallman <rms@gnu.org>
parents:
43034
diff
changeset
|
286 (while (re-search-forward "^ eval-buffer(" nil t) |
ecd029f63cc0
(debugger-frame-offset): Var deleted.
Richard M. Stallman <rms@gnu.org>
parents:
43034
diff
changeset
|
287 (end-of-line) |
ecd029f63cc0
(debugger-frame-offset): Var deleted.
Richard M. Stallman <rms@gnu.org>
parents:
43034
diff
changeset
|
288 (insert (format "\n ;;; Reading at buffer position %d" |
ecd029f63cc0
(debugger-frame-offset): Var deleted.
Richard M. Stallman <rms@gnu.org>
parents:
43034
diff
changeset
|
289 (with-current-buffer (nth 2 (backtrace-frame (debugger-frame-number))) |
43033
9af85e74c287
(debugger-setup-buffer): When an eval-buffer frame was reading from a buffer,
Richard M. Stallman <rms@gnu.org>
parents:
42304
diff
changeset
|
290 (point)))))) |
40583
87996dd441b7
easy source access from the *debugger* buffer
Sam Steingold <sds@gnu.org>
parents:
26948
diff
changeset
|
291 (debugger-make-xrefs)) |
87996dd441b7
easy source access from the *debugger* buffer
Sam Steingold <sds@gnu.org>
parents:
26948
diff
changeset
|
292 |
87996dd441b7
easy source access from the *debugger* buffer
Sam Steingold <sds@gnu.org>
parents:
26948
diff
changeset
|
293 (defun debugger-make-xrefs (&optional buffer) |
42063
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
294 "Attach cross-references to symbol names in the `*Backtrace*' buffer." |
40583
87996dd441b7
easy source access from the *debugger* buffer
Sam Steingold <sds@gnu.org>
parents:
26948
diff
changeset
|
295 (interactive "b") |
87996dd441b7
easy source access from the *debugger* buffer
Sam Steingold <sds@gnu.org>
parents:
26948
diff
changeset
|
296 (save-excursion |
87996dd441b7
easy source access from the *debugger* buffer
Sam Steingold <sds@gnu.org>
parents:
26948
diff
changeset
|
297 (set-buffer (or buffer (current-buffer))) |
42063
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
298 (setq buffer (current-buffer)) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
299 (let ((buffer-read-only nil) |
44517
5496c590d5ad
(debug-on-entry): Use push.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
43911
diff
changeset
|
300 (old-end (point-min)) (new-end (point-min))) |
42063
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
301 ;; If we saved an old backtrace, find the common part |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
302 ;; between the new and the old. |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
303 ;; Compare line by line, starting from the end, |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
304 ;; because that's the part that is likely to be unchanged. |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
305 (if debugger-previous-backtrace |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
306 (let (old-start new-start (all-match t)) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
307 (goto-char (point-max)) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
308 (with-temp-buffer |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
309 (insert debugger-previous-backtrace) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
310 (while (and all-match (not (bobp))) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
311 (setq old-end (point)) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
312 (forward-line -1) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
313 (setq old-start (point)) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
314 (with-current-buffer buffer |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
315 (setq new-end (point)) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
316 (forward-line -1) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
317 (setq new-start (point))) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
318 (if (not (zerop |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
319 (compare-buffer-substrings |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
320 (current-buffer) old-start old-end |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
321 buffer new-start new-end))) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
322 (setq all-match nil)))) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
323 ;; Now new-end is the position of the start of the |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
324 ;; unchanged part in the current buffer, and old-end is |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
325 ;; the position of that same text in the saved old |
44517
5496c590d5ad
(debug-on-entry): Use push.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
43911
diff
changeset
|
326 ;; backtrace. But we must subtract (point-min) since strings are |
42063
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
327 ;; indexed in origin 0. |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
328 |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
329 ;; Replace the unchanged part of the backtrace |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
330 ;; with the text from debugger-previous-backtrace, |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
331 ;; since that already has the proper xrefs. |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
332 ;; With this optimization, we only need to scan |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
333 ;; the changed part of the backtrace. |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
334 (delete-region new-end (point-max)) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
335 (goto-char (point-max)) |
44517
5496c590d5ad
(debug-on-entry): Use push.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
43911
diff
changeset
|
336 (insert (substring debugger-previous-backtrace |
5496c590d5ad
(debug-on-entry): Use push.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
43911
diff
changeset
|
337 (- old-end (point-min)))) |
42063
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
338 ;; Make the unchanged part of the backtrace inaccessible |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
339 ;; so it won't be scanned. |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
340 (narrow-to-region (point-min) new-end))) |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
46722
diff
changeset
|
341 |
42063
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
342 ;; Scan the new part of the backtrace, inserting xrefs. |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
343 (goto-char (point-min)) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
344 (while (progn |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
345 (skip-syntax-forward "^w_") |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
346 (not (eobp))) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
347 (let* ((beg (point)) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
348 (end (progn (skip-syntax-forward "w_") (point))) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
349 (sym (intern-soft (buffer-substring-no-properties |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
350 beg end))) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
351 (file (and sym (symbol-file sym)))) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
352 (when file |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
353 (goto-char beg) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
354 ;; help-xref-button needs to operate on something matched |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
355 ;; by a regexp, so set that up for it. |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
356 (re-search-forward "\\(\\(\\sw\\|\\s_\\)+\\)") |
42304
8e051a31d2cd
(debugger-mode-map): Bind C-m, not `RET'.
Richard M. Stallman <rms@gnu.org>
parents:
42078
diff
changeset
|
357 (help-xref-button 1 'help-function-def sym file))) |
8e051a31d2cd
(debugger-mode-map): Bind C-m, not `RET'.
Richard M. Stallman <rms@gnu.org>
parents:
42078
diff
changeset
|
358 (forward-line 1)) |
42063
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
359 (widen)) |
12577e136b14
(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
Richard M. Stallman <rms@gnu.org>
parents:
40856
diff
changeset
|
360 (setq debugger-previous-backtrace (buffer-string)))) |
26325
8523249aaee3
(debug): If noninteractive, display the
Gerd Moellmann <gerd@gnu.org>
parents:
24741
diff
changeset
|
361 |
473 | 362 (defun debugger-step-through () |
363 "Proceed, stepping through subexpressions of this expression. | |
364 Enter another debugger on next entry to eval, apply or funcall." | |
365 (interactive) | |
366 (setq debugger-step-after-exit t) | |
367 (message "Proceeding, will debug on next eval or call.") | |
368 (exit-recursive-edit)) | |
369 | |
370 (defun debugger-continue () | |
371 "Continue, evaluating this expression without stopping." | |
372 (interactive) | |
26948
5385b12ef9a8
(debugger-continue): Don't continue If
Gerd Moellmann <gerd@gnu.org>
parents:
26428
diff
changeset
|
373 (unless debugger-may-continue |
5385b12ef9a8
(debugger-continue): Don't continue If
Gerd Moellmann <gerd@gnu.org>
parents:
26428
diff
changeset
|
374 (error "Cannot continue")) |
473 | 375 (message "Continuing.") |
376 (exit-recursive-edit)) | |
377 | |
378 (defun debugger-return-value (val) | |
379 "Continue, specifying value to return. | |
380 This is only useful when the value returned from the debugger | |
381 will be used, such as in a debug on exit from a frame." | |
382 (interactive "XReturn value (evaluated): ") | |
383 (setq debugger-value val) | |
384 (princ "Returning " t) | |
385 (prin1 debugger-value) | |
386 (exit-recursive-edit)) | |
387 | |
388 (defun debugger-jump () | |
389 "Continue to exit from this frame, with all debug-on-entry suspended." | |
390 (interactive) | |
43134
ecd029f63cc0
(debugger-frame-offset): Var deleted.
Richard M. Stallman <rms@gnu.org>
parents:
43034
diff
changeset
|
391 (debugger-frame) |
473 | 392 ;; Turn off all debug-on-entry functions |
393 ;; but leave them in the list. | |
394 (let ((list debug-function-list)) | |
395 (while list | |
396 (fset (car list) | |
397 (debug-on-entry-1 (car list) (symbol-function (car list)) nil)) | |
398 (setq list (cdr list)))) | |
399 (message "Continuing through this frame") | |
400 (exit-recursive-edit)) | |
401 | |
402 (defun debugger-reenable () | |
403 "Turn all debug-on-entry functions back on." | |
404 (let ((list debug-function-list)) | |
405 (while list | |
406 (or (consp (symbol-function (car list))) | |
407 (debug-convert-byte-code (car list))) | |
408 (fset (car list) | |
409 (debug-on-entry-1 (car list) (symbol-function (car list)) t)) | |
410 (setq list (cdr list))))) | |
411 | |
412 (defun debugger-frame-number () | |
413 "Return number of frames in backtrace before the one point points at." | |
414 (save-excursion | |
415 (beginning-of-line) | |
416 (let ((opoint (point)) | |
417 (count 0)) | |
43134
ecd029f63cc0
(debugger-frame-offset): Var deleted.
Richard M. Stallman <rms@gnu.org>
parents:
43034
diff
changeset
|
418 (while (not (eq (cadr (backtrace-frame count)) 'debug)) |
ecd029f63cc0
(debugger-frame-offset): Var deleted.
Richard M. Stallman <rms@gnu.org>
parents:
43034
diff
changeset
|
419 (setq count (1+ count))) |
473 | 420 (goto-char (point-min)) |
421 (if (or (equal (buffer-substring (point) (+ (point) 6)) | |
422 "Signal") | |
423 (equal (buffer-substring (point) (+ (point) 6)) | |
424 "Return")) | |
425 (progn | |
426 (search-forward ":") | |
427 (forward-sexp 1))) | |
428 (forward-line 1) | |
429 (while (progn | |
430 (forward-char 2) | |
431 (if (= (following-char) ?\() | |
432 (forward-sexp 1) | |
433 (forward-sexp 2)) | |
434 (forward-line 1) | |
435 (<= (point) opoint)) | |
43033
9af85e74c287
(debugger-setup-buffer): When an eval-buffer frame was reading from a buffer,
Richard M. Stallman <rms@gnu.org>
parents:
42304
diff
changeset
|
436 (if (looking-at " *;;;") |
9af85e74c287
(debugger-setup-buffer): When an eval-buffer frame was reading from a buffer,
Richard M. Stallman <rms@gnu.org>
parents:
42304
diff
changeset
|
437 (forward-line 1)) |
473 | 438 (setq count (1+ count))) |
439 count))) | |
440 | |
441 (defun debugger-frame () | |
442 "Request entry to debugger when this frame exits. | |
443 Applies to the frame whose line point is on in the backtrace." | |
444 (interactive) | |
43034
c803f1ca9d2b
(debugger-frame-clear, debugger-frame): Error on non-frame line.
Richard M. Stallman <rms@gnu.org>
parents:
43033
diff
changeset
|
445 (save-excursion |
c803f1ca9d2b
(debugger-frame-clear, debugger-frame): Error on non-frame line.
Richard M. Stallman <rms@gnu.org>
parents:
43033
diff
changeset
|
446 (beginning-of-line) |
c803f1ca9d2b
(debugger-frame-clear, debugger-frame): Error on non-frame line.
Richard M. Stallman <rms@gnu.org>
parents:
43033
diff
changeset
|
447 (if (looking-at " *;;;\\|[a-z]") |
c803f1ca9d2b
(debugger-frame-clear, debugger-frame): Error on non-frame line.
Richard M. Stallman <rms@gnu.org>
parents:
43033
diff
changeset
|
448 (error "This line is not a function call"))) |
473 | 449 (beginning-of-line) |
43134
ecd029f63cc0
(debugger-frame-offset): Var deleted.
Richard M. Stallman <rms@gnu.org>
parents:
43034
diff
changeset
|
450 (backtrace-debug (debugger-frame-number) t) |
473 | 451 (if (= (following-char) ? ) |
452 (let ((buffer-read-only nil)) | |
453 (delete-char 1) | |
454 (insert ?*))) | |
455 (beginning-of-line)) | |
456 | |
457 (defun debugger-frame-clear () | |
22114
0fbcff056c0f
(debugger-frame-clear): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
458 "Do not enter debugger when this frame exits. |
473 | 459 Applies to the frame whose line point is on in the backtrace." |
460 (interactive) | |
43034
c803f1ca9d2b
(debugger-frame-clear, debugger-frame): Error on non-frame line.
Richard M. Stallman <rms@gnu.org>
parents:
43033
diff
changeset
|
461 (save-excursion |
c803f1ca9d2b
(debugger-frame-clear, debugger-frame): Error on non-frame line.
Richard M. Stallman <rms@gnu.org>
parents:
43033
diff
changeset
|
462 (beginning-of-line) |
c803f1ca9d2b
(debugger-frame-clear, debugger-frame): Error on non-frame line.
Richard M. Stallman <rms@gnu.org>
parents:
43033
diff
changeset
|
463 (if (looking-at " *;;;\\|[a-z]") |
c803f1ca9d2b
(debugger-frame-clear, debugger-frame): Error on non-frame line.
Richard M. Stallman <rms@gnu.org>
parents:
43033
diff
changeset
|
464 (error "This line is not a function call"))) |
473 | 465 (beginning-of-line) |
43134
ecd029f63cc0
(debugger-frame-offset): Var deleted.
Richard M. Stallman <rms@gnu.org>
parents:
43034
diff
changeset
|
466 (backtrace-debug (debugger-frame-number) nil) |
473 | 467 (if (= (following-char) ?*) |
468 (let ((buffer-read-only nil)) | |
469 (delete-char 1) | |
470 (insert ? ))) | |
471 (beginning-of-line)) | |
472 | |
20403
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
473 |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
474 |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
475 (put 'debugger-env-macro 'lisp-indent-function 0) |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
476 (defmacro debugger-env-macro (&rest body) |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
477 "Run BODY in original environment." |
26428
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
478 `(save-excursion |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
479 (if (null (buffer-name debugger-old-buffer)) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
480 ;; old buffer deleted |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
481 (setq debugger-old-buffer (current-buffer))) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
482 (set-buffer debugger-old-buffer) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
483 (let ((load-read-function debugger-outer-load-read-function) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
484 (overriding-terminal-local-map |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
485 debugger-outer-overriding-terminal-local-map) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
486 (overriding-local-map debugger-outer-overriding-local-map) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
487 (track-mouse debugger-outer-track-mouse) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
488 (last-command debugger-outer-last-command) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
489 (this-command debugger-outer-this-command) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
490 (unread-command-char debugger-outer-unread-command-char) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
491 (unread-command-events debugger-outer-unread-command-events) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
492 (unread-post-input-method-events |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
493 debugger-outer-unread-post-input-method-events) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
494 (last-input-event debugger-outer-last-input-event) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
495 (last-command-event debugger-outer-last-command-event) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
496 (last-nonmenu-event debugger-outer-last-nonmenu-event) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
497 (last-event-frame debugger-outer-last-event-frame) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
498 (standard-input debugger-outer-standard-input) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
499 (standard-output debugger-outer-standard-output) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
500 (inhibit-redisplay debugger-outer-inhibit-redisplay) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
501 (cursor-in-echo-area debugger-outer-cursor-in-echo-area)) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
502 (set-match-data debugger-outer-match-data) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
503 (prog1 (progn ,@body) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
504 (setq debugger-outer-match-data (match-data)) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
505 (setq debugger-outer-load-read-function load-read-function) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
506 (setq debugger-outer-overriding-terminal-local-map |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
507 overriding-terminal-local-map) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
508 (setq debugger-outer-overriding-local-map overriding-local-map) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
509 (setq debugger-outer-track-mouse track-mouse) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
510 (setq debugger-outer-last-command last-command) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
511 (setq debugger-outer-this-command this-command) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
512 (setq debugger-outer-unread-command-char unread-command-char) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
513 (setq debugger-outer-unread-command-events unread-command-events) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
514 (setq debugger-outer-unread-post-input-method-events |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
515 unread-post-input-method-events) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
516 (setq debugger-outer-last-input-event last-input-event) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
517 (setq debugger-outer-last-command-event last-command-event) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
518 (setq debugger-outer-last-nonmenu-event last-nonmenu-event) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
519 (setq debugger-outer-last-event-frame last-event-frame) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
520 (setq debugger-outer-standard-input standard-input) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
521 (setq debugger-outer-standard-output standard-output) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
522 (setq debugger-outer-inhibit-redisplay inhibit-redisplay) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
523 (setq debugger-outer-cursor-in-echo-area cursor-in-echo-area) |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26325
diff
changeset
|
524 )))) |
20403
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
525 |
473 | 526 (defun debugger-eval-expression (exp) |
6468
b0c731997544
(debugger-eval-expression): Use a history list.
Richard M. Stallman <rms@gnu.org>
parents:
6048
diff
changeset
|
527 "Eval an expression, in an environment like that outside the debugger." |
b0c731997544
(debugger-eval-expression): Use a history list.
Richard M. Stallman <rms@gnu.org>
parents:
6048
diff
changeset
|
528 (interactive |
b0c731997544
(debugger-eval-expression): Use a history list.
Richard M. Stallman <rms@gnu.org>
parents:
6048
diff
changeset
|
529 (list (read-from-minibuffer "Eval: " |
b0c731997544
(debugger-eval-expression): Use a history list.
Richard M. Stallman <rms@gnu.org>
parents:
6048
diff
changeset
|
530 nil read-expression-map t |
b0c731997544
(debugger-eval-expression): Use a history list.
Richard M. Stallman <rms@gnu.org>
parents:
6048
diff
changeset
|
531 'read-expression-history))) |
20403
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
532 (debugger-env-macro (eval-expression exp))) |
473 | 533 |
534 (defvar debugger-mode-map nil) | |
40583
87996dd441b7
easy source access from the *debugger* buffer
Sam Steingold <sds@gnu.org>
parents:
26948
diff
changeset
|
535 (unless debugger-mode-map |
473 | 536 (let ((loop ? )) |
537 (setq debugger-mode-map (make-keymap)) | |
43911 | 538 (set-keymap-parent debugger-mode-map button-buffer-map) |
473 | 539 (suppress-keymap debugger-mode-map) |
540 (define-key debugger-mode-map "-" 'negative-argument) | |
541 (define-key debugger-mode-map "b" 'debugger-frame) | |
542 (define-key debugger-mode-map "c" 'debugger-continue) | |
543 (define-key debugger-mode-map "j" 'debugger-jump) | |
544 (define-key debugger-mode-map "r" 'debugger-return-value) | |
545 (define-key debugger-mode-map "u" 'debugger-frame-clear) | |
546 (define-key debugger-mode-map "d" 'debugger-step-through) | |
547 (define-key debugger-mode-map "l" 'debugger-list-functions) | |
548 (define-key debugger-mode-map "h" 'describe-mode) | |
549 (define-key debugger-mode-map "q" 'top-level) | |
550 (define-key debugger-mode-map "e" 'debugger-eval-expression) | |
20403
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
551 (define-key debugger-mode-map " " 'next-line) |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
552 (define-key debugger-mode-map "R" 'debugger-record-expression) |
42304
8e051a31d2cd
(debugger-mode-map): Bind C-m, not `RET'.
Richard M. Stallman <rms@gnu.org>
parents:
42078
diff
changeset
|
553 (define-key debugger-mode-map "\C-m" 'help-follow) |
40583
87996dd441b7
easy source access from the *debugger* buffer
Sam Steingold <sds@gnu.org>
parents:
26948
diff
changeset
|
554 (define-key debugger-mode-map [mouse-2] 'push-button) |
20403
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
555 )) |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
556 |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
557 |
21365 | 558 (defcustom debugger-record-buffer "*Debugger-record*" |
559 "*Buffer name for expression values, for \\[debugger-record-expression]." | |
560 :type 'string | |
21669
9861518505cb
*** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents:
21365
diff
changeset
|
561 :group 'debugger |
9861518505cb
*** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents:
21365
diff
changeset
|
562 :version "20.3") |
20403
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
563 |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
564 (defun debugger-record-expression (exp) |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
565 "Display a variable's value and record it in `*Backtrace-record*' buffer." |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
566 (interactive |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
567 (list (read-from-minibuffer |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
568 "Record Eval: " |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
569 nil |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
570 read-expression-map t |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
571 'read-expression-history))) |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
572 (let* ((buffer (get-buffer-create debugger-record-buffer)) |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
573 (standard-output buffer)) |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
574 (princ (format "Debugger Eval (%s): " exp)) |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
575 (princ (debugger-eval-expression exp)) |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
576 (terpri)) |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
577 |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
578 (with-current-buffer (get-buffer debugger-record-buffer) |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
579 (save-excursion |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
580 (forward-line -1) |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
581 (message |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
582 (buffer-substring (point) (progn (end-of-line) (point))))))) |
473 | 583 |
584 (put 'debugger-mode 'mode-class 'special) | |
585 | |
586 (defun debugger-mode () | |
587 "Mode for backtrace buffers, selected in debugger. | |
588 \\<debugger-mode-map> | |
589 A line starts with `*' if exiting that frame will call the debugger. | |
590 Type \\[debugger-frame] or \\[debugger-frame-clear] to set or remove the `*'. | |
591 | |
592 When in debugger due to frame being exited, | |
593 use the \\[debugger-return-value] command to override the value | |
594 being returned from that frame. | |
595 | |
596 Use \\[debug-on-entry] and \\[cancel-debug-on-entry] to control | |
597 which functions will enter the debugger when called. | |
598 | |
599 Complete list of commands: | |
600 \\{debugger-mode-map}" | |
20403
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
601 (kill-all-local-variables) |
473 | 602 (setq major-mode 'debugger-mode) |
603 (setq mode-name "Debugger") | |
604 (setq truncate-lines t) | |
605 (set-syntax-table emacs-lisp-mode-syntax-table) | |
20403
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
606 (use-local-map debugger-mode-map) |
698119867c21
(debugger-mode-hook): New user variable.
Karl Heuer <kwzh@gnu.org>
parents:
19889
diff
changeset
|
607 (run-hooks 'debugger-mode-hook)) |
473 | 608 |
609 ;;;###autoload | |
610 (defun debug-on-entry (function) | |
611 "Request FUNCTION to invoke debugger each time it is called. | |
6048
ff40882c5578
(debug, debug-on-entry): Doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
5585
diff
changeset
|
612 If you tell the debugger to continue, FUNCTION's execution proceeds. |
ff40882c5578
(debug, debug-on-entry): Doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
5585
diff
changeset
|
613 This works by modifying the definition of FUNCTION, |
473 | 614 which must be written in Lisp, not predefined. |
615 Use \\[cancel-debug-on-entry] to cancel the effect of this command. | |
6048
ff40882c5578
(debug, debug-on-entry): Doc strings.
Richard M. Stallman <rms@gnu.org>
parents:
5585
diff
changeset
|
616 Redefining FUNCTION also cancels it." |
473 | 617 (interactive "aDebug on entry (to function): ") |
618 (debugger-reenable) | |
20404
7cce7f974c78
(debug-on-entry): If definition is a symbol,
Karl Heuer <kwzh@gnu.org>
parents:
20403
diff
changeset
|
619 ;; Handle a function that has been aliased to some other function. |
46217
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
620 (if (and (subrp (symbol-function function)) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
621 (eq (cdr (subr-arity (symbol-function function))) 'unevalled)) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
622 (error "Function %s is a special form" function)) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
623 (if (or (symbolp (symbol-function function)) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
624 (subrp (symbol-function function))) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
625 ;; Create a wrapper in which we can then add the necessary debug call. |
20404
7cce7f974c78
(debug-on-entry): If definition is a symbol,
Karl Heuer <kwzh@gnu.org>
parents:
20403
diff
changeset
|
626 (fset function `(lambda (&rest debug-on-entry-args) |
46217
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
627 ,(interactive-form (symbol-function function)) |
20404
7cce7f974c78
(debug-on-entry): If definition is a symbol,
Karl Heuer <kwzh@gnu.org>
parents:
20403
diff
changeset
|
628 (apply ',(symbol-function function) |
7cce7f974c78
(debug-on-entry): If definition is a symbol,
Karl Heuer <kwzh@gnu.org>
parents:
20403
diff
changeset
|
629 debug-on-entry-args)))) |
473 | 630 (or (consp (symbol-function function)) |
631 (debug-convert-byte-code function)) | |
632 (or (consp (symbol-function function)) | |
633 (error "Definition of %s is not a list" function)) | |
634 (fset function (debug-on-entry-1 function (symbol-function function) t)) | |
635 (or (memq function debug-function-list) | |
44517
5496c590d5ad
(debug-on-entry): Use push.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
43911
diff
changeset
|
636 (push function debug-function-list)) |
473 | 637 function) |
638 | |
639 ;;;###autoload | |
640 (defun cancel-debug-on-entry (&optional function) | |
641 "Undo effect of \\[debug-on-entry] on FUNCTION. | |
642 If argument is nil or an empty string, cancel for all functions." | |
477 | 643 (interactive |
644 (list (let ((name | |
645 (completing-read "Cancel debug on entry (to function): " | |
45906
cacf84433461
(cancel-debug-on-entry): Don't cons uselessly.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
44517
diff
changeset
|
646 (mapcar 'symbol-name debug-function-list) |
477 | 647 nil t nil))) |
648 (if name (intern name))))) | |
473 | 649 (debugger-reenable) |
650 (if (and function (not (string= function ""))) | |
651 (progn | |
46217
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
652 (let ((f (debug-on-entry-1 function (symbol-function function) nil))) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
653 (condition-case nil |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
654 (if (and (equal (nth 1 f) '(&rest debug-on-entry-args)) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
655 (eq (car (nth 3 f)) 'apply)) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
656 ;; `f' is a wrapper introduced in debug-on-entry. |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
657 ;; Get rid of it since we don't need it any more. |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
658 (setq f (nth 1 (nth 1 (nth 3 f))))) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
659 (error nil)) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
660 (fset function f)) |
473 | 661 (setq debug-function-list (delq function debug-function-list)) |
662 function) | |
663 (message "Cancelling debug-on-entry for all functions") | |
664 (mapcar 'cancel-debug-on-entry debug-function-list))) | |
665 | |
666 (defun debug-convert-byte-code (function) | |
667 (let ((defn (symbol-function function))) | |
668 (if (not (consp defn)) | |
669 ;; Assume a compiled code object. | |
670 (let* ((contents (append defn nil)) | |
671 (body | |
672 (list (list 'byte-code (nth 1 contents) | |
673 (nth 2 contents) (nth 3 contents))))) | |
674 (if (nthcdr 5 contents) | |
675 (setq body (cons (list 'interactive (nth 5 contents)) body))) | |
676 (if (nth 4 contents) | |
10571
0bd8034a4f54
(debug-convert-byte-code): Convert the doc info to a string.
Richard M. Stallman <rms@gnu.org>
parents:
9857
diff
changeset
|
677 ;; Use `documentation' here, to get the actual string, |
0bd8034a4f54
(debug-convert-byte-code): Convert the doc info to a string.
Richard M. Stallman <rms@gnu.org>
parents:
9857
diff
changeset
|
678 ;; in case the compiled function has a reference |
0bd8034a4f54
(debug-convert-byte-code): Convert the doc info to a string.
Richard M. Stallman <rms@gnu.org>
parents:
9857
diff
changeset
|
679 ;; to the .elc file. |
0bd8034a4f54
(debug-convert-byte-code): Convert the doc info to a string.
Richard M. Stallman <rms@gnu.org>
parents:
9857
diff
changeset
|
680 (setq body (cons (documentation function) body))) |
473 | 681 (fset function (cons 'lambda (cons (car contents) body))))))) |
682 | |
683 (defun debug-on-entry-1 (function defn flag) | |
684 (if (subrp defn) | |
685 (error "%s is a built-in function" function) | |
686 (if (eq (car defn) 'macro) | |
687 (debug-on-entry-1 function (cdr defn) flag) | |
688 (or (eq (car defn) 'lambda) | |
689 (error "%s not user-defined Lisp function" function)) | |
46217
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
690 (let ((tail (cddr defn))) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
691 ;; Skip the docstring. |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
692 (if (stringp (car tail)) (setq tail (cdr tail))) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
693 ;; Skip the interactive form. |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
694 (if (eq 'interactive (car-safe (car tail))) (setq tail (cdr tail))) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
695 (unless (eq flag (equal (car tail) '(debug 'debug))) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
696 ;; Add/remove debug statement as needed. |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
697 (if (not flag) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
698 (progn (setcar tail (cadr tail)) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
699 (setcdr tail (cddr tail))) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
700 (setcdr tail (cons (car tail) (cdr tail))) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
701 (setcar tail '(debug 'debug)))) |
4a0f567d3c5f
(debug-on-entry): Fix the wrapper used for
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
45906
diff
changeset
|
702 defn)))) |
473 | 703 |
704 (defun debugger-list-functions () | |
705 "Display a list of all the functions now set to debug on entry." | |
706 (interactive) | |
707 (with-output-to-temp-buffer "*Help*" | |
708 (if (null debug-function-list) | |
709 (princ "No debug-on-entry functions now\n") | |
710 (princ "Functions set to debug on entry:\n\n") | |
711 (let ((list debug-function-list)) | |
712 (while list | |
713 (prin1 (car list)) | |
714 (terpri) | |
715 (setq list (cdr list)))) | |
716 (princ "Note: if you have redefined a function, then it may no longer\n") | |
9857
b1455d954e44
(debugger-list-functions): Set help-mode in *Help* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
6926
diff
changeset
|
717 (princ "be set to debug on entry, even if it is in the list.")) |
b1455d954e44
(debugger-list-functions): Set help-mode in *Help* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
6926
diff
changeset
|
718 (save-excursion |
b1455d954e44
(debugger-list-functions): Set help-mode in *Help* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
6926
diff
changeset
|
719 (set-buffer standard-output) |
b1455d954e44
(debugger-list-functions): Set help-mode in *Help* buffer.
Karl Heuer <kwzh@gnu.org>
parents:
6926
diff
changeset
|
720 (help-mode)))) |
662
8a533acedb77
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
477
diff
changeset
|
721 |
18383 | 722 (provide 'debug) |
723 | |
662
8a533acedb77
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
477
diff
changeset
|
724 ;;; debug.el ends here |