Debugging JS served by NodeJS

Greetings

I'm looking for a way to debug javascript in PHPStorm when the js is served by nodejs and executed by the browser ; I found the docs on how to debug nodejs and debug js served by a webserver, but nothing about Js served by nodejs...

How can I do that?

Thanks in advance

1

Please sign in to leave a comment.