eclipse-theia/theia

Restart Frame item always enabled on Theia

Open

#9328 opened on Apr 12, 2021

View on GitHub
 (0 comments) (1 reaction) (0 assignees)TypeScript (18,676 stars) (2,478 forks)batch import
debughelp wanted

Description

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

Contributor guide