|
|
|
|
|
by pjc50
3521 days ago
|
|
You can sometimes get stack traces in C++, but it's platform and compiler specific. Gcc's system is pretty good. (I have some code for WinCE that walks stack traces in conjunction with SEH so that crashes in production - segfault etc - get logged in a useful manner. It does rely on parsing and decoding instructions ...) |
|