LiveEdit crashes if "Track changes in files compiled to JavaScript, HTML or CSS" is enabled
LiveEdit works fine with disabled option "Track changes in files compiled to JavaScript, HTML or CSS".
I can compile a new sass to css and open the css, PHPStorm recognize it and "transfers" the changes to the debug session in the browser.
But I would that PHPStorm track these changes in the css files and update the LiveEdit debug session automatically.
Enabling the option "Track changes in files compiled to JavaScript, HTML or CSS" results in a crash of chrome "render process was gone".
Any ideas what can cause the problem?
请先登录再写评论。
All this option does is auto-saving the .sass file once you change it; I have no idea how it can be related to browser crashing (usually caused by exhausting Chrome hardcoded memory limit)
Can you reproduce the issue in a new project?