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.
Sami Vaarala
a0e8007b3e
|
8 years ago | |
---|---|---|
.. | ||
Makefile | 9 years ago | |
README.rst | 9 years ago | |
duk_trans_dvalue.c | 8 years ago | |
duk_trans_dvalue.h | 9 years ago | |
test.c | 9 years ago |
README.rst
===========================================================
Debug transport with local debug protocol encoding/decoding
===========================================================
This example implements a debug transport which decodes/encodes the Duktape
debug protocol locally into a more easy to use C interface, which is useful
for debug clients implemented locally on the target. The example also
demonstrates how to trial parse dvalues in C.