chii icon indicating copy to clipboard operation
chii copied to clipboard

Remote debugging tool

Results 32 chii issues
Sort by recently updated
recently updated
newest added

### 用法 在页面最开始加载 target.js 控制台日志可以完整记录下来 但网络请求(XHR) 会将最初的几条请求日志丢失 chii version 1.10.0

是否可以通过客户端script.src的路径参数来显示多用户

调试器关闭的时候,监听的`close`没有释放

1. IOS16.3.1 无法通过IP+port的方式注入脚本 做了以下尝试: 1. 直接通过 方式注入脚本时,该请求会直接被屏蔽,whistle无法抓到target.js的请求 2. 将testtarget.com 代理到host-machine-ip:8080,通过whistle能够抓到target.js的请求,但是无法在本地的localhost:8080端口以及 testtarget.com下的inspect page 找到请求页面.

Throwing errors don't show up in the console. For example if you change [this](https://github.com/liriliri/chii/blob/78492161296b3161b20a72103633dc5c471615dc/test/iframe.js#L45) to `throw new Error('error')` you never see it in the console.

as seen [here](https://playground.solidjs.com/anonymous/4e5157c2-f714-4ce0-be33-fcb1e8bbdea3) firefox (ios) chrome (ios) In firefox (ios) string-logs are displayed too dark. It is due to the following css-style: ![image](https://github.com/liriliri/chii/assets/10504064/ac7462c8-71b1-4a7c-a8bf-138df56a6433) This style is only applied in firefox...