RudjiGames / MTuner

MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
BSD 2-Clause "Simplified" License
2.63k stars 145 forks source link

About mtuner debug symbols #79

Closed xelement closed 2 years ago

xelement commented 2 years ago

I met a crash last week,but it not generated a dump file,how can I find what cause the crash ? Where can I get a pdb file ?

milostosic commented 2 years ago

You'd have to build MTuner locally and debug, there's no symbol server or crash reporting.

xelement commented 2 years ago

ok,thank you