1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-15 23:04:09 +02:00

Load debug visualizers when loading crash dump

This commit is contained in:
Brian Fiete 2020-11-16 05:22:35 -08:00
parent 281f19e04c
commit e1a74ce81a

View file

@ -968,6 +968,7 @@ namespace IDE
StopDebugging(); StopDebugging();
String.NewOrSet!(mCrashDumpPath, path); String.NewOrSet!(mCrashDumpPath, path);
CheckDebugVisualizers();
if (mDebugger.OpenMiniDump(mCrashDumpPath)) if (mDebugger.OpenMiniDump(mCrashDumpPath))
{ {
mDebugger.mIsRunning = true; mDebugger.mIsRunning = true;