eclipse-theia/theia

Debug view has memory leaks

Open

#6,689 opened on Dec 4, 2019

View on GitHub
 (0 comments) (0 reactions) (1 assignee)TypeScript (2,478 forks)batch import
debughelp wantedperformance

Repository metrics

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

Description

Description

When toggling the debug view the widgets created for the view itself and the inner view containers get created every time. However, the old stay in memory.

Reproduction Steps

Toggle the debug view x times. Take a Heap Snapshot in Memory section in Developer Tools and filter for 'debug'. There will be x times the debug view corresponding widgets.

OS and Theia version:

Diagnostics:

Contributor guide