diff --git a/Core/Debugger/Breakpoints.cpp b/Core/Debugger/Breakpoints.cpp index 785baa8927..a27711bdaa 100644 --- a/Core/Debugger/Breakpoints.cpp +++ b/Core/Debugger/Breakpoints.cpp @@ -407,7 +407,7 @@ void CBreakPoints::Update(u32 addr) if (Core_IsStepping() == false) { Core_EnableStepping(true); - Core_WaitInactive(); + Core_WaitInactive(200); resume = true; }