eclipse-theia/theia

add `Copy All` action to debug console

Open

#3.610 aberto em 23 de nov. de 2018

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)TypeScript (2.478 forks)batch import
debugenhancementhelp wanted

Métricas do repositório

Stars
 (18.676 stars)
Métricas de merge de PR
 (Mesclagem média 12d 10h) (73 fundiu PRs em 30d)

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.

Guia do colaborador