In WebStorm I could go into _stream_readable.js
belonging to Node core library by using Force Step Into button. But I couldn't add any breakpoints there.
Meanwhile I can do this in Chrome Devtools where there is a limitation you need http server to connect Chrome Dev with Node Application. It is not convenient sometimes.
Is there any way to debug core code in WebStorm?