eclipse-theia/theia

add `Copy All` action to debug console

Open

#3 610 ouverte le 23 nov. 2018

Voir sur GitHub
 (1 commentaire) (1 réaction) (0 assignés)TypeScript (2 478 forks)batch import
debugenhancementhelp wanted

Métriques du dépôt

Stars
 (18 676 stars)
Métriques de merge PR
 (Merge moyen 12j 10h) (73 PRs mergées en 30 j)

Description

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.

Guide contributeur