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

11 lines
339 B
YAML

define: DUK_USE_INTERRUPT_DEBUG_FIXUP
introduced: 1.4.0
default: false
tags:
- development
description: >
For Duktape development only: enable "interrupt fixup" in call handling
so that heap->inst_count_exec and heap->inst_count_interrupt can be
manually checked to match. Only useful when debugging and/or asserts
are enabled.