Skip to content

Commit

Permalink
Revert unintended change in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
anevilyak committed Dec 18, 2012
1 parent eceaf78 commit 486c4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/debugger/controllers/DebugReportGenerator.cpp
Expand Up @@ -336,9 +336,9 @@ DebugReportGenerator::_DumpDebuggedThreadInfo(BString& _output,
for (int32 i = 0; i < container->CountChildren(); i++) {
ValueNodeChild* child = container->ChildAt(i);
containerLocker.Unlock();
_ResolveValueIfNeeded(child->Node(), frame, 2);
_ResolveValueIfNeeded(child->Node(), frame, 1);
containerLocker.Lock();
UiUtils::PrintValueNodeGraph(_output, child, 3, 2);
UiUtils::PrintValueNodeGraph(_output, child, 3, 1);
}
_output << "\n";
}
Expand Down

0 comments on commit 486c4d3

Please sign in to comment.