eclipse-theia/theia

add `Copy All` action to debug console

Open

#3,610 opened on Nov 23, 2018

View on GitHub
 (1 comment) (1 reaction) (0 assignees)TypeScript (2,478 forks)batch import
debugenhancementhelp wanted

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 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.

Contributor guide