summaryrefslogtreecommitdiff
path: root/src/inspector_agent.h
AgeCommit message (Expand)Author
2018-01-02src: remove duplicate words in commentsTobias Nießen
2017-12-23vm: allow modifying context name in inspectorTimothy Gu
2017-12-11inspector: Fix crash for WS connectionEugene Ostroukhov
2017-12-09src: fix missing handlescope bug in inspectorBen Noordhuis
2017-11-06inspector: include node_platform.h headerAlexey Kuzmin
2017-10-29inspector: track async stacks when necessaryAli Ijaz Sheikh
2017-10-13inspector: Move JS API code to separate fileEugene Ostroukhov
2017-08-17src: Node implementation of v8::PlatformMatt Loring
2017-08-17inspector: enable async stack tracesMiroslav Bajtoš
2017-08-11inspector: support extra contextsEugene Ostroukhov
2017-06-06inspector: allow --inspect=host:port from jsSam Roberts
2017-06-05inspector: Allows reentry when pausedEugene Ostroukhov
2017-06-01inspector: refactor to rename and comment methodsSam Roberts
2017-05-26inspector: add missing virtual destructorEugene Ostroukhov
2017-05-23inspector: JavaScript bindings for the inspectorEugene Ostroukhov
2017-05-22inspector: 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-06inspector: 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