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 2f653a934a Example fixes for print/alert removal 9 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 Example debug transport with dvalue encode/decode 9 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.