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.

Time-Travel Debugging Production Code

9 pointsby lorendsralmost 2 years ago

3 comments

djmageealmost 2 years ago
I really appreciate having the full context for "time-travel" debugging. Some of the details definitely go into the TIL category.
underrunalmost 2 years ago
from the article: &quot;Being able to debug any past production code is a huge step up...&quot;<p>this is pretty epic. but it also means you need to keep track of what version of your code ran every past workflow because you need to run it the exact same way when you replay it, right? Is there an easy way to track in workflow metadata or something which version of a worker (commit sha or something) ran a workflow?<p>also i love the beginning section about history. It would be awesome if every article I read about some new technology started with a reference to how whatever-it-is really grew out of PARC or bell labs or some research paper written pre-1980.
评论 #37044043 未加载
lorendsralmost 2 years ago
Author here, curious if there are any major TTD debuggers I missed? Also let me know if anything in the post didn&#x27;t make sense, and I&#x27;ll edit to clarify!