Back to Hhvm

Duktape debugger

third-party/fb-mysql/8.0.20/extra/duktape/duktape-2.3.0/debugger/static/index.html

latest840 B
Original Source

((o) Duktape debugger

Step intoStep overStep outResumePause

AttachDetachAboutDump heapShow bytecode

// No source loaded

?

?
?

(output from script, print() and alert() calls)

(callstack)

(locals)

(breakpoints)

Eval watch (eval on pause)

PutVarGetVar

DUK_VERSION: ?, DUK_GIT_DESCRIBE: ?, Target info: ?, Endianness: ?
Debug protocol stats: recv ? (? kB/s), ? dvalues, ? messages; send ? (? kB/s), ? dvalues, ? messages

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