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.

Most underrated JavaScript tool

3 pointsby lorenzosnapabout 8 years ago

1 comment

onion2kabout 8 years ago
This is fun, but I&#x27;m not sure it&#x27;s actually very useful as a debugging tool. There are some <i>brilliant</i> debugging tools for JS these days. It&#x27;s quite easy to connect an IDE like VSCode to a browser using the node debugger, which gives you proper breakpoints and inspections. Alternatively, in-browser tools like Chrome devtools give you much, much more than this script too.<p>If you want to interactively tinker with some JS then <a href="https:&#x2F;&#x2F;repl.it&#x2F;languages&#x2F;javascript" rel="nofollow">https:&#x2F;&#x2F;repl.it&#x2F;languages&#x2F;javascript</a> or <a href="https:&#x2F;&#x2F;jsbin.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jsbin.com&#x2F;</a> are really good too.