define: DUK_USE_INTERRUPT_COUNTER introduced: 1.1.0 related: - DUK_USE_DEBUGGER_SUPPORT default: false tags: - execution - debugger description: > Enable the internal bytecode executor periodic interrupt counter. The mechanism is used to implement e.g. execution step limit, custom profiling, and debugger interaction. Enabling the interrupt counter has a small impact on execution performance.