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 Fix detached_cb ctx arg in trans-dvalue example 8 years ago
..
Makefile Example fixes for print/alert removal 9 years ago
README.rst Example debug transport with dvalue encode/decode 9 years ago
duk_trans_dvalue.c Fix detached_cb ctx arg in trans-dvalue example 8 years ago
duk_trans_dvalue.h Example debug transport with dvalue encode/decode 9 years ago
test.c Fix examples for merged attach call 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.