TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Time-Travel Debugging Production Code

9 点作者 lorendsr将近 2 年前

3 条评论

djmagee将近 2 年前
I really appreciate having the full context for "time-travel" debugging. Some of the details definitely go into the TIL category.
underrun将近 2 年前
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 未加载
lorendsr将近 2 年前
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!