提交 ad27c721 编写于 作者: I isidor

fixes #63416

上级 9906624a
......@@ -67,9 +67,7 @@ export class CallStackView extends TreeViewsViewletPanel {
// Otherwise there will be a pause message per thread and there is no need for a global one.
if (newTreeInput instanceof Thread && newTreeInput.stoppedDetails) {
this.pauseMessageLabel.textContent = newTreeInput.stoppedDetails.description || nls.localize('debugStopped', "Paused on {0}", newTreeInput.stoppedDetails.reason);
if (newTreeInput.stoppedDetails.text) {
this.pauseMessageLabel.title = newTreeInput.stoppedDetails.text;
}
dom.toggleClass(this.pauseMessageLabel, 'exception', newTreeInput.stoppedDetails.reason === 'exception');
this.pauseMessage.hidden = false;
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册