-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
精读《前端调试技巧》 #17
Comments
文章本身是科普型的,有关代码调试技巧我们可以来补充 :p |
技巧还是你们谈吧哈哈, 就不献丑了. 不过可以看下chrome 60, 新增了一些关于调试的东西 |
@ascoders 哈哈,这是 debug 界的 O2O 吗? |
提到调试,怎么能少得了 dev-tips,满满的 dev tips |
@alcat2008 这个网站强势 文中的技巧都是非常有用的,顺便补充下: 在 All In 无线的时代,移动端的调试比较蛋疼。
一些链接: |
如果移动端的浏览器可以打开控制台就好了 |
@DanielWLam 可以试试微信团队的 vConsole,可以解决大部分场景 |
@DanielWLam 当然可以,至少 Chrome 和 Safari 是可以的; |
|
@rccoder vConsole 是解决移动端场景吧,webview 链接不上 chrome 的时候,可以内嵌进去调试,很方便。 |
这期精读开的口子有点大了,我整理起来压力很大,最近被忙死了。。 |
@DanielWLam 手机端调试工具类似 eruda 这种已经有不少了,感觉 eruda 还是可以一用的 |
@hsuanxyz chrome的那个方案,看了一下是调试webview的 https://developers.google.com/web/tools/chrome-devtools/remote-debugging/webviews ?没看明白。其他方案基本都是要引入脚本,有点不优雅 |
@DanielWLam chrome的方案,前端不需引入脚本,只需要 app 支持 |
mark |
web抓包调试工具可以试试whistle:https://github.com/avwo/whistle,看了下这篇文章里面提到的功能基本上它都有,绝大数操作只需简单的配置,且支持通过Node模块扩展功能,关于移动端调试可以看下这篇文章:利用whistle调试移动端页面 |
编码只是开发过程中的一小部分,为了使我们工作更加高效,我们必须学会调试,并擅长调试。
文章地址:https://css-tricks.com/debugging-tips-tricks/?utm_source=javascriptweekly&utm_medium=email
The text was updated successfully, but these errors were encountered: