RudjiGames / MTuner

MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About mtuner debug symbols

xelement opened this issue · comments

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 ?

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

ok,thank you