eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.99k stars 2.5k forks source link

Stack Overflow involving Debugger #6447

Open tsmaeder opened 4 years ago

tsmaeder commented 4 years ago

Chrome had runaway CPU and memory use just now. There were frequent stack overflows in the console starting (I believe) at

DebugEditorModel#renderBreakpoints() and from there in #deltaBreakpoints (Line 357) where it calls

           return this.editor.getControl().getModel()!.deltaDecorations(oldDecorations, newDecorations);

Due to my machine overload, I was not able to collect more info.

akosyakov commented 4 years ago

@tsmaeder Do you know how one can reproduce it?

tsmaeder commented 4 years ago

@akosyakov that would be too easy ;-) No, unfortunately not.