Variable: gud-async-running

gud-async-running is a variable defined in gud.el.gz.

Value

nil

Documentation

Non-nil if debugged program is running in async mode.

Check it when gud-running is t

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(defvar gud-async-running nil
  "Non-nil if debugged program is running in async mode.
Check it when `gud-running' is t")