Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.