Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to debug in WebStorm "bad option: --expose_debug_as=v8debug"

I am trying to debug my NodeJS code using WebStorm 2016.3 and NodeV8 and I am unable to debug it with this error

"bad option: - expose_debug_as=v8debug"
like image 554
Abhishek singh Avatar asked Dec 05 '17 08:12

Abhishek singh


1 Answers

I got this fixed by updating my Webstorm to Webstorm 2017.x This will debug with Node 8.

like image 151
Abhishek singh Avatar answered Sep 20 '22 16:09

Abhishek singh