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.
 
 
 
 
 
 

12 lines
378 B

define: DUK_OPT_DEBUGGER_SUPPORT
introduced: 1.2.0
requires:
- DUK_OPT_INTERRUPT_COUNTER
tags:
- debugger
description: >
Enable support for Duktape debug protocol (see doc/debugger.rst) and the
debug API calls (duk_debugger_attach(), duk_debugger_detach(), etc).
This adds about 10kB of code footprint at the moment.
This option requires DUK_OPT_INTERRUPT_COUNTER.