eclipse-theia/theia

add `Copy All` action to debug console

Offen

#3.610 geöffnet am 23.11.2018

 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)TypeScript (2.478 Forks)batch import
debugenhancementhelp wanted

Repository-Metriken

Stars
 (18.676 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 15T 4h) (75 gemergte PRs in 30 T)

Beschreibung

The debug console is virtualized and only rerenders the visible part of the debug output, because of it, it is not possible to copy the whole output. There should be Copy All command/menu item which will construct the whole output from debug console model and paste it into the clipboard.

Contributor Guide