polardbxengine/extra/duktape/duktape-2.3.0/examples/debug-trans-dvalue
dengwendi 1d6524707e INIT 2023-11-15 15:04:10 +08:00
..
Makefile INIT 2023-11-15 15:04:10 +08:00
README.rst INIT 2023-11-15 15:04:10 +08:00
duk_trans_dvalue.c INIT 2023-11-15 15:04:10 +08:00
duk_trans_dvalue.h INIT 2023-11-15 15:04:10 +08:00
test.c INIT 2023-11-15 15:04:10 +08:00

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.