Kruthika C S
Kruthika C S

Reputation: 739

WebStorm 11.0.4 has issues with debugging. It gives a deprecated warning that node --debug and node --debug-brk are invalid

Exact warning:

DeprecationWarning: node --debug and node --debug-brk are invalid. Please use node --inspect or node --inspect-brk instead.

Node version: 8.9.3

Is there a workaround to trick the IDE to debug seamlessly?

Any help is much appreciated.

Upvotes: 0

Views: 321

Answers (1)

lena
lena

Reputation: 93728

Please upgrade WebStorm to 2017.3.x - WebStorm 11 provides no support for Node 8, you won't be able to debug, configure Node.js Core library, etc.

Upvotes: 2

Related Questions