Remote debug / Deployment with WebStorm 3.0.1 problem
Good day,
I am sorry if i duplicate but i tried searching and do not found a solution.
So I try to debug my javascript source with webstorm (updated to 3.0.1) and google chrome (16.0.912.77 m)
As I understood, first i need configure deployment, so I start to configure and I have:
when I press "Open" I see:
means that server configured and run properly, so far so good and I continue and:
below you can see how files are located on my computer
my options:
and than i try to deploy
Tools->Deployment->UploadTo->LocalHost and....only one file was uploaded...index.html
The rest of my structure not.
but if I select LocalHost->Sat2IP and press upload here than whole project uploaded
So I think here is the first problem. Nevermind I continue and create debug configuration start it and as result I see errors that
2:22:24 PM Remote URLs for several files aren't specified so breakpoints won't work in these files. Configure remote URLs more
and you can see a big screen shot in attachment.Please note thatfile and path written without \ between...so it cann't be found.
Probably I configure something wrong but I can't found...so I need your help
I am a very experienced embedded develope but new in the web/html/javascript e.t.c word
Regards,
Dmitry
P.S. I am ready to provide you any additional info which you need as well as I speak Russian and we could direct communicate (skype or other...or even phone)
Attachment(s):
debug1.JPG
Please sign in to leave a comment.
I forgot to add that http://localhost/Sat2IP/index.html work correct and if I change in debug configuration chrome to firefox my debugger is working
Hi Dmitry,
Let me reply on deployment issues, whereas my colleague will follow up on JavaScript debugging part.
'Upload' action is context dependent as it uploads currently selected file(s) or folder(s) (in editor or Project view), no matter if you invoke it from context menu or main menu (or via keyboard shortcut). We might need to provide more clear action title, e.g. 'Upload index.html to LocalHost'.
Regards,
Kirill
Hi Kirill,
Thanks for your answer.
It is clear now, and I suspect it. I drew attention to this fact thinking that maybe this is the cause of the problems with debugging. Now I understood that the problem is not here and wait for answer from your coleagues
Thanks again
Well...
I succeed to configure...
I clean everything and start from scratch.
This time I succeedd configure svn as well ( previusly had some problems )
Than I configure debugger as descibed here http://wiki.jetbrains.net/intellij/Remote_JavaScript_debugging_with_WebStorm_and_PHPStorm
the only differense that I didn't begin deployment path on server and web path on server from slash "/" .
Probably the root of problem is not this but I don't want try...sorry...works - don't touch
Sorry if I open this discussion without real reason, as I told I am newbie in this world and feel free to remove it if needed
Regards,
Dmitry