diff --git a/src/apps/debugger/ThreadHandler.cpp b/src/apps/debugger/ThreadHandler.cpp index 99f14b5f95..5c1310f88f 100644 --- a/src/apps/debugger/ThreadHandler.cpp +++ b/src/apps/debugger/ThreadHandler.cpp @@ -481,7 +481,7 @@ ThreadHandler::_DoStepOver(CpuState* cpuState) TRACE_CONTROL(" subroutine call -- installing breakpoint at address " "%#llx\n", info.Address() + info.Size()); - + if (_InstallTemporaryBreakpoint(info.Address() + info.Size()) != B_OK) return false;