Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-24inspector: Move JS API code to separate fileEugene Ostroukhov
2017-09-12inspector: enable async stack tracesMiroslav Bajtoš
2017-09-12src: Node implementation of v8::PlatformMatt Loring
2017-08-12inspector: support extra contextsEugene Ostroukhov
2017-06-07inspector: allow --inspect=host:port from jsSam Roberts
2017-06-05inspector: Allows reentry when pausedEugene Ostroukhov
2017-06-05inspector: refactor to rename and comment methodsSam Roberts
2017-05-28inspector: add missing virtual destructorEugene Ostroukhov
2017-05-28inspector: JavaScript bindings for the inspectorEugene Ostroukhov
2017-05-23inspector: fix process._debugEnd() for inspectorEugene Ostroukhov
2017-05-04inspector: do not add 'inspector' propertyEugene Ostroukhov
2017-04-24inspector: remove AgentImplEugene Ostroukhov
2017-04-06debug: activate inspector with _debugProcessEugene Ostroukhov
2017-03-30inspector: use inspector API for "break on start"Eugene Ostroukhov
2016-12-09inspector: move options parsingEugene Ostroukhov
2016-12-07inspector: split HTTP/WS server from the inspectorEugene Ostroukhov
2016-09-02inspector: use script name for target titleEugene Ostroukhov
2016-08-15inspector: add support for uncaught exceptionAleksei Koziatinskii
2016-07-29inspector: Do not crash if the port is n/aEugene Ostroukhov
2016-06-10inspector: reduce implementation in headerEugene Ostroukhov
2016-05-30src,lib: v8-inspector supportPavel Feldman