LiveEdit plugin doesn't reload tabs with remove server
I'm using remote server running on url like http://dev.my-remote-server.com:1234
Every time I change code, PyCharm syncs it with remote folder and changes appears on http://dev.my-remote-server.com:1234 and then Live Edit reloads only localhost tabs in Chrome, but not tabs with my-remote-server.com.
How can I get LiveEdit reloading tabs with my-remote-server.com?
Every time I change code, PyCharm syncs it with remote folder and changes appears on http://dev.my-remote-server.com:1234 and then Live Edit reloads only localhost tabs in Chrome, but not tabs with my-remote-server.com.
How can I get LiveEdit reloading tabs with my-remote-server.com?
Please sign in to leave a comment.
Which PyCharm and LiveEdit version and operating system do you use?
Does it work when you open your remote server tabs only?
Do you have the message “JetBrains Chrome extension is debugging this tab” for tabs for your remote server or for localhost tabs only?
I'm using PyCharm 2.7.2, LiveEdit 0.4.129.2 and Mac OS 10.8.4.
It doesn't work when remote server tabs only opened.
I used to see the message “JetBrains Chrome extension is debugging this tab” for localhost tabs but then it disappeared (I don't know why), though these tabs keep reloading.
I forgot to say that domains linked to 127.0.0.1 in hosts file reloads fine in addition to localhost and 127.0.0.1, if it matters.
In case it does not help you could try PyCharm 3.0 EAP: http://eap.jetbrains.com/pycharm/ (LiveEdit has version 1.7 there (and works as a part of JavaScript debug session only)).
Please tell if it helps.