diff --git a/src/apps/debugger/controllers/DebugReportGenerator.cpp b/src/apps/debugger/controllers/DebugReportGenerator.cpp index 267602dcd1..1932d918c8 100644 --- a/src/apps/debugger/controllers/DebugReportGenerator.cpp +++ b/src/apps/debugger/controllers/DebugReportGenerator.cpp @@ -478,7 +478,7 @@ DebugReportGenerator::_DumpDebuggedThreadInfo(BString& _output, } if (frame->CountParameters() == 0 && frame->CountLocalVariables() == 0) - continue; + continue; _output << "\t\t\tVariables:\n"; status_t result = fNodeManager->SetStackFrame(thread, frame);