// No source loaded
Duktape debugger is a web UI for debugging Ecmascript on a target device.
This web UI talks to a NodeJS debug server using socket.io. The debug server talks to the target device using the Duktape debug protocol (see debugger.rst).
Duktape debugger is currently experimental.