Debugger - on close, turn off trace logging

This commit is contained in:
adelikat 2014-12-06 16:28:42 +00:00
parent 97476a8b69
commit 415fda2373
1 changed files with 5 additions and 0 deletions

View File

@ -87,6 +87,11 @@ namespace BizHawk.Client.EmuHawk
{
SaveConfigSettings();
if (Core.CpuTraceAvailable())
{
Core.Tracer.Enabled = false;
}
BreakPointControl1.Shutdown();
}