((o) Duktape debugger





// No source loaded

?
?
?
(output from script, print() and alert() calls)
(callstack)
(locals)
(breakpoints)
 watch (eval on pause)

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.