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.

Implementing a Stepping Debugger in JavaScript

60 pointsby jlongsteralmost 9 years ago

3 comments

nachtigallalmost 9 years ago
AFAIK the OP is the head behing the debugger of firefox devtools. Will this work be useful for the debugger or somehow enhance it? Just curious as I do not see the &#x27;practical&#x27; merits of this work.<p>Don&#x27;t get me wrong, learning stuff and hacking by itself is always interesting – I&#x27;d just like to know if there is something in for me as a user of the firefox JS debugger.
评论 #11782380 未加载
评论 #11782072 未加载
bedersalmost 9 years ago
Very cool! I&#x27;m wondering if it will work on Nashorn. I actually have a need to be able to debug JavaScript code running inside Nashorn without touching the JVM debugger.
评论 #11782385 未加载
bokglobulealmost 9 years ago
very cool..!