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.
8 lines
207 B
8 lines
207 B
define: DUK_USE_DEBUG_LEVEL
|
|
introduced: 2.0.0
|
|
default: 0
|
|
tags:
|
|
- debug
|
|
description: >
|
|
Set debug print level when DUK_USE_DEBUG is enabled. The level can be
|
|
0 (minimal), 1 (verbose), 2 (very verbose).
|
|
|