Webstorm 7 with Node.js remote debug + live edit
At the moment I'm using Webstorm 6's remote debugging to debug my node.js apps. I'm running a standalone server outside of webstorm.
Until now, I could use live edit to modify html/jade and css files on the fly.
I noticed that in WS7 the live edit functionality is only working for JavaScript debug sessions. How can I combine them with my Node.js remote debug? (running on 5858 locally)
Thanks.
请先登录再写评论。
"html/jade and css files" are client side, so, just create "JS debug configuration" for app URL and run it.
Node.js files are serverside, so before I was connecting to my debug nodejs server.