From 33af4a977b3e0eeb8610d771dd5f5b5135e5b98c Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Sat, 14 Mar 2015 03:18:49 +0200 Subject: [PATCH] Document DUK_OPT_DEBUGGER_TRANSPORT_TORTURE --- doc/feature-options.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/feature-options.rst b/doc/feature-options.rst index b4618db3..86771311 100644 --- a/doc/feature-options.rst +++ b/doc/feature-options.rst @@ -749,6 +749,13 @@ Support the DumpHeap command. This is optional because the command is not always needed. The command also has a relatively large footprint (about 10% of debugger code); in absolute terms it's about 1kB of code footprint. +DUK_OPT_DEBUGGER_TRANSPORT_TORTURE +---------------------------------- + +Development time option: force debugger transport torture. Concretely this +now causes Duktape to read/write debug protocol data in 1-byte increments, +which stresses message parsing and transport code. + Debugging options =================