WebStorm 2022.3.3 debugger ends and attaches over and over... Follow
In nodejs app when starting the debugger I get the following logs with the debugger attaching and ending over and over.
> Debugger attached.
> Debugger ending on ws://127.0.0.1:9229/bd3adbdd-6016-4fa6-ab68-35fd274d7240
> For help, see: https://nodejs.org/en/docs/inspector
> Debugger attached.
> Debugger ending on ws://127.0.0.1:9229/bd3adbdd-6016-4fa6-ab68-35fd274d7240
> For help, see: https://nodejs.org/en/docs/inspector
> Debugger attached.
> Debugger ending on ws://127.0.0.1:9229/bd3adbdd-6016-4fa6-ab68-35fd274d7240
> For help, see: https://nodejs.org/en/docs/inspector
> Debugger attached.
> Debugger ending on ws://127.0.0.1:9229/bd3adbdd-6016-4fa6-ab68-35fd274d7240
> For help, see: https://nodejs.org/en/docs/inspector
> Debugger attached.
> Debugger ending on ws://127.0.0.1:9229/bd3adbdd-6016-4fa6-ab68-35fd274d7240
> For help, see: https://nodejs.org/en/docs/inspector
> Debugger attached.
> Debugger ending on ws://127.0.0.1:9229/bd3adbdd-6016-4fa6-ab68-35fd274d7240
> For help, see: https://nodejs.org/en/docs/inspector
> Debugger attached.
> Debugger ending on ws://127.0.0.1:9229/bd3adbdd-6016-4fa6-ab68-35fd274d7240
> For help, see: https://nodejs.org/en/docs/inspector
> Debugger attached.
> Debugger ending on ws://127.0.0.1:9229/bd3adbdd-6016-4fa6-ab68-35fd274d7240
> For help, see: https://nodejs.org/en/docs/inspector
Please sign in to leave a comment.
It must be https://youtrack.jetbrains.com/issue/WEB-59866/Debug-not-working-with-Webstorm-and-latest-Chrome-because-max-websocket-buffer-size-limit-is-exceeded; the fix will be included in 2022.3.4 update that is coming soon. For now, I can only suggest
using [2023.1 Beta](https://www.jetbrains.com/webstorm/nextversion/), it's not affected by this bug
Issue still happens on the latest vesrions of phpstorm and webstorm in ubuntu. Remote debugging connection ends as soon as it is attached.
Versions of phpstorm 2023.1.1 and webstorm 2023.1.1
What run configuration do you use? A video recording of the issue would be helpful