diff --git a/IDE/src/IDEApp.bf b/IDE/src/IDEApp.bf index a426707f..751684d9 100644 --- a/IDE/src/IDEApp.bf +++ b/IDE/src/IDEApp.bf @@ -968,6 +968,7 @@ namespace IDE StopDebugging(); String.NewOrSet!(mCrashDumpPath, path); + CheckDebugVisualizers(); if (mDebugger.OpenMiniDump(mCrashDumpPath)) { mDebugger.mIsRunning = true;