summaryrefslogtreecommitdiffstats
path: root/src/civetweb/src/third_party/duktape-1.5.2/examples/debug-trans-socket/README.rst
blob: 78522cddb7aa0e405edf16d837198745e102d351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
================================================
Debug transport using a simple socket connection
================================================

This example implements an example debug transport which uses a Linux or
Windows TCP server socket on the debug target.

Files:

* ``duk_trans_socket.h``: header file for the transport, used for both Linux
  and Windows socket variants.

* ``duk_trans_socket_unix.c``: implementation for Linux/Unix.

* ``duk_trans_socket_windows.c``: implementation for Windows.

Compile either Unix or Windows source file only.