Allow extensions to send output to the debug console. #8698
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
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.The text was updated successfully, but these errors were encountered: