|
|
|
|
|
by gpderetta
1755 days ago
|
|
It is not particularly hard to log stack traces in C++, for example from an abort signal handler or attaching them to exceptions. There is no standard solution though, so you have to rely on 3rd party libraries or use platform specific solutions. |
|