Function: semantic-debug-frame

semantic-debug-frame is a byte-compiled function defined in debug.el.gz.

Signature

(semantic-debug-frame &rest SLOTS)

Documentation

Create a new object of class type semantic-debug-frame(var)/semantic-debug-frame(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/debug.el.gz
;;; Frame
;;
;; A frame can represent the state at a break point.
(defclass semantic-debug-frame ()
  (
   )
  "One frame representation.")