Hacker News new | ask | show | jobs
by heavenlyblue 1909 days ago
No, I know how to use them, except that in my cases I never need to look a the debugger because I rarely need to know the state of the program at a given time.

I need to know how the program ended up in that state. I can't reproduce this from a core dump or via a debugger.

2 comments

> I can't reproduce this from a core dump or via a debugger.

Because you don’t know how to debug. Time travel debugging does exactly this.

You can... are you familiar with the concept of a call stack?