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

Allow extensions to send output to the debug console. #8698

Closed
indiejames opened this issue Jul 3, 2016 · 3 comments
Closed

Allow extensions to send output to the debug console. #8698

indiejames opened this issue Jul 3, 2016 · 3 comments
Assignees
Labels
api debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Milestone

Comments

@indiejames
Copy link

I am building an extension/debugger combination for Clojure that uses the debug console to display the output from a continuously running REPL. I need to be able to evaluate code selected in an editor outside of the normal Debug: evaluate path (primarily so the extension can identify the namespace in which to execute the code). I have this working, but I would like to display the the result in the debugger #console.

@bpasero bpasero added feature-request Request for new features or functionality api debug Debug viewlet, configurations, breakpoints, adapter issues labels Jul 4, 2016
@isidorn isidorn removed their assignment Aug 26, 2016
@weinand
Copy link
Contributor

weinand commented Apr 5, 2017

@indiejames you can find the preliminary "API" here.

@indiejames
Copy link
Author

@weinand That looks good to me, thanks.

@weinand
Copy link
Contributor

weinand commented Nov 13, 2017

Proposed API is now available.
Duplicate of #36753.

@weinand weinand added this to the October 2017 milestone Nov 13, 2017
@weinand weinand added the *duplicate Issue identified as a duplicate of another issue(s) label Nov 13, 2017
@weinand weinand closed this as completed Nov 13, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

4 participants