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 Debugger: Auto-format minified scripts for easier debugging

1 pointsby pentagonpapersabout 7 years ago

1 comment

pentagonpapersabout 7 years ago
Okay, I know everyone else probably knows about this feature, but I never did until today.<p>Super useful, you get some binary blob script you are supposed to make &#x27;just work&#x27;, but it&#x27;s hard to debug the internals with everything on one line!<p>This button auto formats the file. you don&#x27;t get more relevant line names, but you do get an opportunity to understand the logic in a more sensible manner.<p>The debug tools will even give you new line numbers for errors and you can easily throw a breakpoint on it too.<p>Cheers
评论 #16523831 未加载