OVMS3/OVMS.V3/components/duktape/config/config-options/DUK_USE_DEBUGGER_INSPECT.yaml

14 lines
425 B
YAML

define: DUK_USE_DEBUGGER_INSPECT
introduced: 1.5.0
# Option is ignored unless debugger support is enabled.
#requires:
# - DUK_USE_DEBUGGER_SUPPORT
default: false
tags:
- debugger
description: >
Support debugger heap object inspection commands GetHeapObjInfo,
GetObjPropDesc, GetObjPropDescRange. These are optional because the
commands have a relatively high code footprint (about 3kB) and are not
always needed.