• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/

Lines Matching defs:execution

41 ;; breakpoint is reached with g, and quit execution with q.  Use the
144 "*Initial execution mode for Edebug, if non-nil.
145 If this variable is non-nil, it specifies the initial execution mode
212 After execution is resumed, the error is signaled again."
232 "*Number of seconds to pause when execution mode is `trace'."
2204 (defvar edebug-execution-mode 'step) ; Current edebug mode set by user.
2205 (defvar edebug-next-execution-mode nil) ; Use once instead of initial mode.
2233 whether it should call the debugger. When execution is resumed, the
2301 (setq edebug-execution-mode (or edebug-next-execution-mode
2303 edebug-execution-mode)
2304 edebug-next-execution-mode nil)
2324 (setq edebug-execution-mode 'step)
2403 (if (or (not (memq edebug-execution-mode '(Go-nonstop next)))
2425 (if (and (eq edebug-execution-mode 'Go-nonstop)
2507 (if (or (not (memq edebug-execution-mode '(go continue Continue-fast)))
2642 (setq edebug-execution-mode 'step
2653 (setq edebug-execution-mode 'step)
2669 ((not (eq edebug-execution-mode 'Continue-fast))
2680 (not (eq edebug-execution-mode 'Continue-fast)))
2687 ((eq edebug-execution-mode 'continue)
2689 ((eq edebug-execution-mode 'Continue-fast) (edebug-sit-for 0))
2692 ((eq edebug-execution-mode 'trace)
2694 ((eq edebug-execution-mode 'Trace-fast)
2699 (memq edebug-execution-mode '(step next))
2702 ;; (setq edebug-execution-mode 'step)
2919 (if (and (eq edebug-execution-mode 'go)
2947 (if (memq edebug-execution-mode '(go Go-nonstop))
3020 ;; edebug-execution-mode.
3023 (cdr (assq edebug-execution-mode edebug-arrow-alist)))
3297 (setq edebug-execution-mode mode)
3299 ;; Continue execution
3302 (setq edebug-next-execution-mode mode)
3367 "Stop execution and do not continue.
3488 If the user continues, FUNCTION's execution proceeds.
3507 (setq edebug-execution-mode 'Go-nonstop)
3975 (let ((edebug-execution-mode 'Go-nonstop)