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 (2,478 forks)batch import
bugconsoledebughelp wanted

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 30d)

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