From 78390615638cfcacb08ba15e8804055b5d437a17 Mon Sep 17 00:00:00 2001 From: Denis Sikuler Date: Wed, 13 Mar 2024 22:17:54 +0300 Subject: [PATCH] Add Chii --- README.md | 1 + README.zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 7cee50b..09a1146 100644 --- a/README.md +++ b/README.md @@ -409,6 +409,7 @@ * [Testing Library](https://testing-library.com/) - simple and complete testing utilities that encourage good testing practices and help you test UI components in a user-centric way. ### Debug [↑ ↑ ↑](#toc) +* [Chii](https://github.com/liriliri/chii) - remote debugging tool like weinre, replacing web inspector with the latest chrome devtools frontend. * [Eruda](https://eruda.liriliri.io/) - console for mobile browsers. * [fuite](https://github.com/nolanlawson/fuite) - a CLI tool for finding memory leaks in web apps. * [ndb](https://github.com/GoogleChromeLabs/ndb) - an improved debugging experience for Node.js, enabled by Chrome DevTools. diff --git a/README.zh-CN.md b/README.zh-CN.md index 5b2c662..68682e8 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -360,6 +360,7 @@ ## 调试 +- [Chii](https://github.com/liriliri/chii) - 与 weinre 一样的远程调试工具,主要是将 web inspector 替换为最新的 chrome devtools frontend. - [Eruda](https://eruda.liriliri.io/) - 移动浏览器的控制台。 - [fuite](https://github.com/nolanlawson/fuite) - 用于查找 Web 应用程序中内存泄漏的 CLI 工具。 - [ndb](https://github.com/GoogleChromeLabs/ndb) - 由Chrome DevTools启用的Node.js改进的调试体验。