eclipse-theia/theia

Restart Frame item always enabled on Theia

Open

#9,328 建立於 2021年4月12日

在 GitHub 查看
 (0 留言) (1 反應) (0 負責人)TypeScript (18,676 star) (2,478 fork)batch import
debughelp wanted

描述

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

貢獻者指南