Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: copy all from debug console #26736

Closed
2 tasks done
isidorn opened this issue May 16, 2017 · 2 comments
Closed
2 tasks done

Test: copy all from debug console #26736

isidorn opened this issue May 16, 2017 · 2 comments
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented May 16, 2017

Refs: #2163

Complexity: 2

It is now possible to copy all the content from the debug console using the Copy All context menu action.

  • Debug some app (e.g. our smoke test), have a lot of output in the debug console (including objects which are expanded) and verify that Copy All action nicely copies all the content in the debug console.
  • Debug an extension, from an extension write objects and simple text using the console.log, make sure the Copy All action also nicely copies all these content
@isidorn isidorn added debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item labels May 16, 2017
@isidorn isidorn added this to the May 2017 milestone May 16, 2017
@cleidigh
Copy link
Contributor

@isidorn
cool, this relates to something I was going to post regarding both debug output and other output windows
the mainly relate to keyboard actions (disabled keyboard/voice user)

  • Proposal:
  • a command to copy the current visible (not necessarily focused) output pane - would allow quick paste into editor
  • a command to focus the output select dropdown

I'm just asking here instead of polluting the issues list if this is already in the works
I would also be willing to contribute...

@isidorn
Copy link
Contributor Author

isidorn commented May 18, 2017

@cleidigh please create a new issue a ping me on it. In that issue please state what would be the benefits of your proposals and why should this not be an extension - I believe the first one is covered by our API?
Thank you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Projects
None yet
Development

No branches or pull requests

4 participants