summaryrefslogtreecommitdiff
path: root/runtime/inspector_server.rs
AgeCommit message (Expand)Author
2023-01-05refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-12feat: add `--inspect-wait` flag (#17001)Bartek Iwańczuk
2022-09-02fix(repl): don't terminate on unhandled error events (#15548)Nayeem Rahman
2022-01-15chore: upgrade to rust 1.58 (#13377)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-28refactor(core): cleanup Inspector implementation (#12962)Bartek Iwańczuk
2021-12-17fix: inspector prompts (#13123)Bartek Iwańczuk
2021-08-25refactor: cleanup Inspector and InspectorServer implementations (#11837)Bartek Iwańczuk
2021-07-20fix: panic for non-WS connections to inspector (#11466)Bartek Iwańczuk
2021-06-30feat(inspector): improve inspector prompt in Chrome Devtools (#11187)Bartek Iwańczuk
2021-05-26refactor: move JsRuntimeInspector to deno_core (#10763)Bartek Iwańczuk