JuPedSim / jpseditor

Editor for the goemetry
Other
4 stars 6 forks source link

Add debug messages in all functions #183

Closed chraibi closed 5 years ago

chraibi commented 5 years ago

To catch the positions in the code, where crash happens, we need to add more debug message like

Enter function_name Leave function_name

schroedtert commented 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.

chraibi commented 5 years ago

You are right. Probably related to this issue

sainho93 commented 5 years ago

Finished in commit: 53eddc260e948b30e5c30d48ace6cc903be193ad