((o) Duktape debugger
Step into Step over Step out Resume Pause



Attach Detach About Dump heap Show bytecode

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