eclipse-theia/theia

Restart Frame item always enabled on Theia

开放

#9,328 创建于 2021年4月12日

 (0 条评论) (1 个反应) (0 位负责人)TypeScript (2,478 个派生)batch import
debughelp wanted

仓库指标

星标
 (18,676 个星标)
PR 合并指标
 (平均合并 15天 4小时) (30 天内合并 75 个 PR)

描述

Bug Description:

In Theia while debugging using our own debugger extension, menu item Restart Frame is available for any Call stack frame in Call stack View.

However this behavior does not occur in VsCode since we explicitly declare that this operation is not supported as DA specification describes: setSupportsRestartFrame(false);

Additional Information

  • Operating System: Windows 10
  • Theia Version: Master branch

贡献者指南