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 (18,676 stars) (2,478 forks)batch import
debugenhancementhelp wanted

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