-
Notifications
You must be signed in to change notification settings - Fork 1
Debugging Server Code in WebStorm
Vitaly Vengrov edited this page Mar 20, 2016
·
1 revision
- Click
Run
in the main toolbar Edit Configurations...
- On the top left of the
Run/Debug Configurations
dialog, click the+
sign. - Choose
Node.js
(If you don't see it in the list you have to installNode.js
plugin first) - Name the new configuration "CodeRunner"
- WebStorm should detect your node interpreter (probably in
/usr/local/bin/node
) - Under
JavaScript file
enternode_modules/backendless-coderunner/bin/coderunner
- Click
Apply
- Click Run
- Debug "CodeRunner"