TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Chrome DevTools in 2016 and Beyond

183 pointsby rayshanalmost 9 years ago

12 comments

purplerabbitalmost 9 years ago
Very happy about debugging Node.js in DevTools. Hard to imagine any third-party debugging applications having that amount of features and polish...
评论 #11881333 未加载
评论 #11882095 未加载
chris_wotalmost 9 years ago
Is there a way of doing a long running log of all network, page load speeds, etc. in Chrome and store it in a reasonably efficient format? Like a perfmon&#x2F;tracer for the browser.<p>I ask this because I&#x27;ve been trying to track down an issue - probably caused by an ad on a news website - where Chrone pretty much freezes up on all processes. Whilst I can (and have) worked around it by installing uBlock Origin in browsers I&#x27;d really like to know what is causing the problem. I can&#x27;t produce it locally so I&#x27;d like to get a log of all things that occur on Chrome over the course of a day.
评论 #11882241 未加载
oztenalmost 9 years ago
Cool to see node-inspector go full circle, from cleverly re-purposed debugger UI to officially supported product.
lucb1ealmost 9 years ago
They mention &quot;Progressive web apps&quot; and link to some info, but I can&#x27;t figure out what the difference is from a normal webpage. Do they mean &quot;web apps that use some stuff that was recently added to most modern web browsers&quot;?
评论 #11882156 未加载
评论 #11880680 未加载
评论 #11880839 未加载
评论 #11881411 未加载
billionsalmost 9 years ago
After 5+ years of developing in Chrome Dev tools, I switched to Safari 2 weeks ago (Mac) and couldn&#x27;t be happier. Chrome has become bloated. Ever notice CPU fans ramping up? Only while Dev Tools is open. Memory hog is an understatement. Furthermore, while Chrome&#x27;s light, prebundled Flash was an asset 3 years ago it&#x27;s now a liability: most websites now gracefully fallback to HTML5 video. Safari&#x27;s upcoming leading edge standard support announcement makes it a candidate for best dev browser. (Hint: try Safari&#x27;s Responsive Mode)
评论 #11882490 未加载
评论 #11883501 未加载
评论 #11882697 未加载
评论 #11882405 未加载
评论 #11882489 未加载
davbalmost 9 years ago
It&#x27;s ironic that scrolling stutters so much on a Google Developers page when using Chrome on Android (51.0.2704.81). Inertial scrolling is broken too.<p>I rarely have this problem on other sites. It usually only occurs on Javascript heavy sites (disproportionately frequently on Google sites using that Material UI toolkit).<p>I&#x27;m using a Samsung S7, but had this same issue on my Nexus 6.
ryankshawalmost 9 years ago
the last part of that where paul irish live edits sass looks pretty awesome! good job chrome team!
sjclemmyalmost 9 years ago
I&#x27;m glad to see Css source diffs in there. My workflow consists of tweaking Css in dev tools and then updating source. I&#x27;ve found that if I map directly so Devtools updates the source file I get lost very quickly. Incidentally I&#x27;d be interested in knowing of better ways of writing &#x2F; debugging css.
评论 #11883089 未加载
lucioalmost 9 years ago
slowly the browser is becoming an JS IDE, and that&#x27;s nice. Ctrl-Shift-I can become the &quot;READY&quot; prompt of the C64. The &quot;next thing&quot; is CDT auto-saving your changes to css and js for a website, and optionally re-applying them on future browsing.
fokinseanalmost 9 years ago
Excited to see better support for App Cache and Service Workers. I still have a bad taste in my mouth from trying to integrate them into one of my applications.
评论 #11880543 未加载
评论 #11881130 未加载
kylecalmost 9 years ago
Scrolling is broken in Safari on this page. Maybe the page authors should spend less time in the Chrome dev tools and more in the dev tools of other browsers.
评论 #11880855 未加载
评论 #11882964 未加载
评论 #11881714 未加载
评论 #11881424 未加载
评论 #11881338 未加载
z3t4almost 9 years ago
NodeJS and Chromium have complete different debugging API&#x27;s. It would be cool if they where the same, so you could reuse the debugging tools on both platforms.
评论 #11882483 未加载