mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
425 B
13 lines
425 B
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.
|
|
|