Browse Source

Add transport torture note to debug doc

pull/156/head
Sami Vaarala 10 years ago
parent
commit
e93cdae886
  1. 8
      doc/debugger.rst

8
doc/debugger.rst

@ -516,6 +516,14 @@ Implementing on top of a packet-based transport
This topic is covered in a separate section.
Development time transport torture option
-----------------------------------------
The feature option DUK_OPT_DEBUGGER_TRANSPORT_TORTURE causes Duktape to do
all debug transport read/write operations in 1-byte steps, which is useful
to catch any incorrect assumptions about reading or writing chunks of a
certain size.
Debug stream format
===================

Loading…
Cancel
Save