Node.js Remote Debugging in Node.JS IntelliJ/Webstorm Configuration

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Example

  1. Make sure that the NodeJS plugin is enabled
  2. Select your run configurations (screen)

Run configurations

  1. Select + > Node.js Remote Debug

Add new configuration

  1. Make sure you enter the port selected above as well as the correct host

Configure port and host

Once those are configured simply run the debug target as you normally would and it will stop on your breakpoints.



Got any Node.js Question?