Function: idlwave-shell-display-level-in-calling-stack

idlwave-shell-display-level-in-calling-stack is a byte-compiled function defined in idlw-shell.el.gz.

Signature

(idlwave-shell-display-level-in-calling-stack &optional HIDE)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defun idlwave-shell-display-level-in-calling-stack (&optional hide)
  (idlwave-shell-send-command
   "help,/trace"
   `(progn
      ;; scanning for the state will reset the stack level - restore it
      (setq idlwave-shell-calling-stack-index
	    ,idlwave-shell-calling-stack-index)
      ;; parse the stack and visit the selected frame
      (idlwave-shell-parse-stack-and-display))
   hide))