Connecting WebStorm to a remote node.js debugging session

后端 未结 4 692
梦毁少年i
梦毁少年i 2020-12-14 17:35

I am running a Node.js application within a Linux VM in Oracle VirtualBox. The port 5858 on the VM is forwarded to the port 5858 on the localhost.<

4条回答
  •  我在风中等你
    2020-12-14 18:31

    Just a heads up, when I tried this I had to use --debug-brk. Running with just --debug didn't allow WebStorm to set breakpoints after connecting.

提交回复
热议问题