I installed the Chrome extension "JetBrains IDE Support" and it works under port 63341.
My package.jsonscript looks like this:
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" "
However, when I run the “debug launch” in WebStorm, I get
Disconnected connection: connect
over time.
I tried to add the command -node %NODE_DEBUG_OPTION%to the team, but that will not help.
What bothers me is that the Debugger tab in WebStorm shows that it is trying to connect to some port on the local host, which is always different from 63342 and disappears immediately after an error message appears.
netik source
share