Closed chraibi closed 5 years ago
Is there a possibility with C++ and Qt to get the stack trace compiler and platform independent? This would allow a more useful output than just the function names. Maybe something like http://boostorg.github.io/stacktrace/index.html is a way to handle this. Seems to be header only.
Finished in commit: 53eddc260e948b30e5c30d48ace6cc903be193ad
To catch the positions in the code, where crash happens, we need to add more debug message like
Enter function_name Leave function_name