eclipse-theia/theia

Restart Frame item always enabled on Theia

Open

#9328 aperta il 12 apr 2021

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)TypeScript (2478 fork)batch import
debughelp wanted

Metriche repository

Star
 (18.676 star)
Metriche merge PR
 (Merge medio 15g 4h) (75 PR mergiate in 30 g)

Descrizione

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

Guida contributor