Browse Source

Load debug visualizers when loading crash dump

Brian Fiete 4 years ago
parent
commit
e1a74ce81a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      IDE/src/IDEApp.bf

+ 1 - 0
IDE/src/IDEApp.bf

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