LiveEdit not working - 404

Recently I noticed that LiveEdit returns a "404 Not Found" error in Chrome. The reason is I believe it is using the wrong path to my project files. The broken path is localhost:63342/test/test/index.html when the correct path should be localhost:63342/test/index.html

Can anyone suggestion how to tell LiveEdit the correct path each time on run a debug?

Thanks

0

Open Run > Edit Configurations. Select your JavaScript Debug configuration and adjust URL field.

0

The doesn't always seem to work. I found that each time I start a new project, the Include Path for PHP defaults as "", which is in red (see attached). To fix my problem I have to manually remove the "" and apply OK. I need to do this on project by project basis. How do I keep this path field to default to blank?

 

0
Avatar
Permanently deleted user

Check File > Default Settings > Languages & Frameworks > PHP - is the Include Path empty there?

0

Thank, that did the trick.

0

请先登录再写评论。