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:
parent
281f19e04c
commit
e1a74ce81a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue