'WebStorm debugger botting very slow after updating node
Updated node from 14.18.2 to 16.14.2 (npm version 8.7.0).
Running in debug mode with no breakpoints starts kinda fast, same thing as running regular and not in debug mode.
However even 1 simple debug stop point takes forever to reach (Not even sure if it does reach it).
Tried disabling js.debugger.use.node.options or js.debugger.v.use.any.breakpoint.
Running without debug takes around 1 min, compared to running in debug mode it console logs the first line - meaning it runs it and I suspect it never gets past the import / require and never reaches the logs after the imports.
There are no error messages.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
