hn • r/hackernews
Comment on: Launch HN: HyperProbe (YC S26) – Agents that do read-only debugging in prod
Congratulations on the launch. I love the idea and the execution.When I looked into this a while back I explored using ptrace() to add breakpoints and even add functions at specific line numbers. But ptrace is so slow, and it doesn't work with bytecode-in-VM setups.What were some of the requirements you guys had when building HyperProbe? I can see low latency was one.