提交 7dc9ae4e 编写于 作者: I isidor

fixes #28639

上级 ecfb6904
......@@ -373,7 +373,7 @@ export class CallStackDataSource implements IDataSource {
}
return callStackPromise.then(() => {
if (callStack.length === 1) {
if (callStack.length === 1 && thread.process.session.capabilities.supportsDelayedStackTraceLoading) {
// To reduce flashing of the call stack view simply append the stale call stack
// once we have the correct data the tree will refresh and we will no longer display it.
callStack = callStack.concat(thread.getStaleCallStack().slice(1));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册