summaryrefslogtreecommitdiff
path: root/lib/inspector.js
AgeCommit message (Expand)Author
2019-01-23console: refactor inspector console extension installationJoyee Cheung
2019-01-05src: use `internalBinding('config').hasInspector` in JS landJoyee Cheung
2018-12-13inspector: move process.binding to internalBindingBeni von Cheni
2018-12-02console: move the inspector console wrapping in a separate fileJoyee Cheung
2018-09-17inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-08-07lib: extract validateString validatorJon Moss
2018-07-07inspector: expose original consoleMatteo Collina
2018-06-06worker: initial implementationAnna Henningsen
2018-03-22inspector: migrate errors from C++ to JSMichaël Zasso
2018-03-05lib: port errors to new systemMichaël Zasso
2018-01-09lib: enable dot-notation eslint ruleAnatoli Papirovski
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-10-16inspector: migrate to internal/errorsJames M Snell
2017-10-02inspector: reimplement JS bindingTimothy Gu
2017-09-07inspector: log exceptions in message handlersEugene Ostroukhov
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-07lib: remove excess indentationRich Trott
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-06inspector: allow --inspect=host:port from jsSam Roberts
2017-05-23inspector: JavaScript bindings for the inspectorEugene Ostroukhov