Redirect | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
...
Once a Node.js Debug Session has been started, you can change Node.js code while it is running. Depending on the #Live Edit Settings, you will either have to manually update the running application or let PhpStorm update it for you.
...
It's also possible to automatically restart the application when the so-called hotswap fails. This can be done through the #Live Edit Settings.
Tip |
---|
Please note that an update will only be performed only if none of the modified files have any syntax errors. This ensures the application will work correctly. |
...