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: 悬浮窗图标就会变超大,点开后控制台界面也是

Details wanted

vConsole Version: `3.15.0` ignores `Symbol.toStringTag` ```js const user = { firstName: 'John', lastName: 'Doe', [Symbol.toStringTag]: 'User', }; user ``` vConsole ❌ | ✔️ Chrome DevTools ![image](https://user-images.githubusercontent.com/27027/221560874-c83dc5e2-4f50-402b-841f-54aee5d56b37.png) Please add support for...

Details wanted

vConsole Version: ```[tasklist] ### Tasks - [x] secure=true和httponly=true的cookie能否在storage显示? ``` ```[tasklist] ### Tasks ```

vConsole Version:3.15.0 Android端,360手机浏览器 只能看到部分日志web初始化日志,后续的日志看不到。

Details wanted

通过命令行打包出现一下错误,在main.js中如果不应用vconsole插件,可以正常打包 "vconsole": "^3.10.0", "vite": "^4.1.0", ![image](https://user-images.githubusercontent.com/6647514/224943732-6b5b0e52-fc0b-4a18-84c8-83e022470e6b.png)

Details wanted

storage过多或value过长的情况下蛮影响查看的,虽然可以通过command的命令获取,不过还是想问一下

Todo

vConsole Version: 3.10.0+ 在移动端调试时,有时候页面的主 js bundle 里有兼容性问题的 js 执行报错了。这个时候,即使在页面最前面引用 vconsole 脚本并初始化,也捕获不到主 js bundle 里的 js 错误。(这个错误对于移动端调试很关键,能帮助找到哪行代码有兼容问题。) ![image](https://user-images.githubusercontent.com/4986245/204758882-38cbc8c3-c988-4d2d-a0a0-232b35c36c50.png) 看代码里,发现 bindErrors 是在 onReady 后才做的,也就是 DOMContentLoaded 事件触发后。所以无法捕获到在此之前发生的 js error。 (在 3.10.0 之前的版本,没有这个问题。)

vConsole Version: V3.15.0 Project: RuoYi-Vue 销毁 VConsole 时会报错: ```JS import VConsole from 'vconsole' var __vconsole export default { open() { __vconsole = new VConsole() }, close() { __vconsole.destroy() __vconsole =...

Details wanted

vConsole Version: latest via https://unpkg.com/vconsole@latest/dist/vconsole.min.js Hello, awesome tool! I have a couple of questions 1) Is it possible to get the current log count (logs, errors, warnings) from the vConsole?...