IntelliJ / WebStorm - Terminate vs Disconnect

che*_*nop 4 intellij-idea node.js webstorm

Running a node.js process (not sure it is relevant).

When I stop a process I get the following dialog:

在此处输入图片说明

What is the difference between Terminate and Disconnect?

len*_*ena 8

终止导致正在运行的进程停止;断开连接可保持进程运行,但是IDE(调试器等)将不再附加到该进程。请参阅https://www.jetbrains.com/help/webstorm/2018.2/system-settings.html在具有运行过程的关闭工具Windows上

  • 有什么办法可以再次“连接”到该过程吗? (3认同)