// 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).