Variable: gdb-locals-value-limit

gdb-locals-value-limit is a customizable variable defined in gdb-mi.el.gz.

Value

100

Documentation

Maximum length the value of a local variable is allowed to be.

This variable was added, or its default value changed, in Emacs 29.1.

Probably introduced at or before Emacs version 30.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(defcustom gdb-locals-value-limit 100
  "Maximum length the value of a local variable is allowed to be."
  :type 'integer
  :group 'gud
  :version "29.1")