Skip to content

Debugging Server Code in WebStorm

Vitaly Vengrov edited this page Mar 20, 2016 · 1 revision

Create New Configuration

  1. Click Run in the main toolbar
  2. Edit Configurations...
  3. On the top left of the Run/Debug Configurations dialog, click the + sign.
  4. Choose Node.js (If you don't see it in the list you have to install Node.js plugin first)
  5. Name the new configuration "CodeRunner"
  6. WebStorm should detect your node interpreter (probably in /usr/local/bin/node)
  7. Under JavaScript file enter node_modules/backendless-coderunner/bin/coderunner
  8. Click Apply

Configuration Example

Run CodeRunner

  1. Click Run
  2. Debug "CodeRunner"

Run Example

Clone this wiki locally