how to debug with Webstorm and a webserver?

Hi, I have newbie question:

I use Webstorm and node.js for developing. If I use webstorm to start the node server, I am able to break inside the node code. But I cannot break/debug client side code (unless I use the debugger in Chrome). Is there a way to be able to use webstorm to debug code that is served by node ?

Thanks,

Sebastien

1 Like

Something like this ?

http://wiki.jetbrains.net/intellij/Remote_JavaScript_debugging_with_WebStorm_and_PHPStorm

This is exactly what I was looking for. Thank you very much.