]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/src/third_party/duktape-1.5.2/examples/debug-trans-dvalue/README.rst
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / prometheus-cpp / 3rdparty / civetweb / src / third_party / duktape-1.5.2 / examples / debug-trans-dvalue / README.rst
1 ===========================================================
2 Debug transport with local debug protocol encoding/decoding
3 ===========================================================
4
5 This example implements a debug transport which decodes/encodes the Duktape
6 debug protocol locally into a more easy to use C interface, which is useful
7 for debug clients implemented locally on the target. The example also
8 demonstrates how to trial parse dvalues in C.