Back to Hhvm

Debug transport with local debug protocol encoding/decoding

third-party/fb-mysql/8.0.20/extra/duktape/duktape-2.3.0/examples/debug-trans-dvalue/README.rst

latest449 B
Original Source

=========================================================== 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.