diff --git a/Source/Project64/UserInterface/Debugger/Debugger.cpp b/Source/Project64/UserInterface/Debugger/Debugger.cpp index 1b08f6372..69ef3cfe4 100644 --- a/Source/Project64/UserInterface/Debugger/Debugger.cpp +++ b/Source/Project64/UserInterface/Debugger/Debugger.cpp @@ -403,11 +403,6 @@ void CDebuggerUI::CPUStepStarted() if (opInfo.IsLoadCommand()) // Read instructions { m_ScriptSystem->HookCPURead()->InvokeByParamInRange(memoryAddress); - - if (m_Breakpoints->ReadBPExists8(memoryAddress)) - { - goto breakpoint_hit; - } } else // Write instructions {