eclipse-theia/theia

Debug console content does not automatically update after it regain focus

Open

#7,412 opened on Mar 24, 2020

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

Description

Description

If I change focus to another terminal, and then start a debug session, the debug console will not automatically get updated, even after it's re-focused.

Reproduction Steps

  • open Debug Console
  • change focus to another terminal
  • start a debug session
  • go back to the Debug Console and check the content
  • do something to trigger an update event

or

debug-console

Notice how the content gets updated only after I input Enter in the debug console.

OS and Theia version:

Diagnostics:

Contributor guide