summaryrefslogtreecommitdiffstats
path: root/src/civetweb/src/third_party/duktape-1.8.0/examples/debug-trans-dvalue/README.rst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/civetweb/src/third_party/duktape-1.8.0/examples/debug-trans-dvalue/README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/civetweb/src/third_party/duktape-1.8.0/examples/debug-trans-dvalue/README.rst b/src/civetweb/src/third_party/duktape-1.8.0/examples/debug-trans-dvalue/README.rst
new file mode 100644
index 000000000..86b2bb595
--- /dev/null
+++ b/src/civetweb/src/third_party/duktape-1.8.0/examples/debug-trans-dvalue/README.rst
@@ -0,0 +1,8 @@
+===========================================================
+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.