djhackersdev / bemanitools

Runs recent Konami arcade games and emulates various arcade hardware.
The Unlicense
77 stars 15 forks source link

Stacktraces with dwarf symbols #280

Open icex2 opened 5 months ago

icex2 commented 5 months ago

Split out from https://github.com/djhackersdev/bemanitools/pull/278. Introduces nice stacktraces using the dwarf symbols generated by mingw. The current implementation works but isn't optimal as it requires an additional library. Following up to this with making it optional and load it dynamically somehow.

icex2 commented 4 months ago

Decided to start pushing changes of my on-going refactoring and development streak to a dedicated development branch. The blast radius of all these changes is very large and everything needs extensive testing once I am somewhat "done" with the main development work. Avoid disruptions on master to still allow pushing bugfixes and allow releases.