Hacker News new | past | comments | ask | show | jobs | submit login

The debugging info is enough to find, for each code address, the offset to the return address on the stack, from which you can find that offset, etc. You don't need a debugger but saving the stack is enough to get a backtrace for a crashed process.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: