V
V
Vitaly Melnikov2018-08-09 16:46:55
phpstorm
Vitaly Melnikov, 2018-08-09 16:46:55

LiveEdit doesn't work with JS files, what's wrong?

Source:
Google Chrome Version 67.0.3396.99 (Official build), (64 bit)
JetBrains IDE Support Plugin Version: 2.0.9
PHPStorm 2018.2.1
Debugger-LiveEdit settings all checkboxes enabled + 100ms updates
In the index.html project folder in which it is connected external JS ()
My actions:
- I start Debug by ALT + Shift + F9
- Opens localhost: 63342/bootstrap/index.html in chrome, the plugin icon is connected
- If I change the html, then everything is ok, the changes go live
- If in JS, for example, for a test, either I add console.log('qwerty'), or through document.write('qwerty') then no changes occur, you can press CTRL + F5 then the JS changes will be reflected, but after that the html auto update stops working.
Ps If I debug a js file I get an error:
Debugger listening on ws://127.0.0.1:12834/09bd3af9-34dc-43bd-8f7e-bd5e636d093f
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
Waiting for the debugger to disconnect...
Process finished with exit code -1073741510 (0xC000013A: interrupted by Ctrl+C)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question