How can one direct console/log statements from WebStorm debugger to external terminal (like Hyper)? (debugging React app)
I like the WebStorm debugger panel for console.log statements, but I'd like to have the option of directing those to an external terminal program, like Hyper (so I can easily put it on a different display). How can I do this?
Please sign in to leave a comment.
Logs re-direction is only supported for Node.js apps (https://www.jetbrains.com/help/webstorm/2018.3/running-and-debugging-node-js.html#ws_manage_logs_when_running_node_app); there is no way to enable it when using client-side debugging
Thanks. Is there then an easy way to make the debug console stay on a different Mac display than the code editor? I believe that when I managed to drag it to a different display, when I clicked on the code editor it wanted to rejoin it....
By display, do you mean another monitor or a virtual desktop?
A virtual desktop on another monitor
it's known java limitation, see https://youtrack.jetbrains.com/issue/IDEA-161039#focus=streamItem-27-2237020-0-0 :(