未验证 提交 fff02edb 编写于 作者: I isidor

remove unneded comment

上级 10ed0211
......@@ -877,7 +877,6 @@ export class DebugSession implements IDebugSession {
// Second retrieves the rest of the call stack. For performance reasons #25605
const promises = this.model.fetchCallStack(<Thread>thread);
const focus = async () => {
// Don't switch view when DisassemblyView is in focus.
if (!event.body.preserveFocusHint && thread.getCallStack().length) {
await this.debugService.focusStackFrame(undefined, thread);
if (thread.stoppedDetails) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册