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
293 B
8 lines
293 B
define: DUK_OPT_TARGET_INFO
|
|
introduced: 1.2.0
|
|
tags:
|
|
- debugger
|
|
description: >
|
|
Define a freeform human readable string to describe the target device (e.g.
|
|
"Arduino Yun"). This string will be sent as part of version/target info in
|
|
the debugger protocol and shows up in the debugger UI.
|
|
|