vConsole icon indicating copy to clipboard operation
vConsole copied to clipboard

A lightweight, extendable front-end developer tool for mobile web page.

Results 121 vConsole issues
Sort by recently updated
recently updated
newest added

vConsole Version:3.15.1 ![IMG_20240522_191652.jpg](https://github.com/Tencent/vConsole/assets/29836063/cceb5b40-f95d-42d1-a960-cdf8805350b9)

vConsole Version:v3.15.1 https://github.com/user-attachments/assets/e006cd19-8158-4f5e-aac2-8b52aa99cc5f

vConsole Version: latest Currently the network tab cannot see websocket connections. Can you please consider adding this feature? Thanks!

Chrome浏览器创建Emulated Devices, ![image](https://github.com/Tencent/vConsole/assets/6104276/f5f2117c-4f09-41e1-b37e-6d5dfe8be96c) 其中,User agent string是: Mozilla/5.0 (Linux; Android 4.4.4; HM NOTE 1LTEW Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 MicroMessenger/6.0.0.54_r849063.501 NetType/WIFI 在项目的main.js中引入vconsole, 方式一: const VConsoleModule = await...

vConsole Version: latest 后端返回的数据类型为text/event-stream,每次请求完毕后就报错: ![image](https://github.com/Tencent/vConsole/assets/38220611/4ffebbe1-d8bb-4e54-9196-7a3593a4b380) 关闭插件后错误消失。 vConsole点开也无法看到数据返回。

Issue to fix: https://github.com/Tencent/vConsole/issues/636 **Description:** 1. When page on load, the vconsole panel can be opened as well as the network panel. 2. After navigating around in my next.js app,...

这个插件就该和wxSDK放一起。用wxSDK就肯定需要调试器啊

在storage面板执行onTapSave方法时,优先执行model.removeItem(key)会导致,状态被清理,从而model.setItem(editingKey, editingVal)无效,需优先新增key后再删除旧的key

vConsole Version: 3.15.1 页面先加载a.html,a.html load后,再通过document.write 重新加载 b.html 文本,b.html中通过CDN引入VConsole并实例化,但是页面并没有显示VConsole图标 复现代码: https://codepen.io/lcwlucky/pen/ogXdKgY