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 0ed17b3143 Fix some ArrayBuffer -> Uint8Array references 8 years ago
..
Makefile Remove DUK_OPT_xxx support from tooling etc 8 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 Examples and extras fixes for #if(n)def 8 years ago
test.c Fix some ArrayBuffer -> Uint8Array references 8 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.