Guigui220D / buildoland-3

After BuildOLand 1, BuildOLand 2, here comes BuildOLand 3!
7 stars 1 forks source link

Implement a better crash reporting system #74

Closed Stellaris-code closed 4 years ago

Stellaris-code commented 4 years ago

Right now, if the game crashes there is no information about the causes of the crash. We could implement a system enabling the program to print a stack trace on crashes

Stellaris-code commented 4 years ago

I guess we could use boost::stacktrace, if it turns out to be light enough

Stellaris-code commented 4 years ago

This looks interesting too : http://stacktrace.sourceforge.net/