eclipse-theia/theia

Debug view has memory leaks

Open

#6 689 ouverte le 4 déc. 2019

Voir sur GitHub
 (0 commentaires) (0 réactions) (1 assigné)TypeScript (2 478 forks)batch import
debughelp wantedperformance

Métriques du dépôt

Stars
 (18 676 stars)
Métriques de merge PR
 (Merge moyen 15j 4h) (75 PRs mergées en 30 j)

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:

Guide contributeur