remote javascript debugger
Hi
a) Is there a article that sumarize all the tehcnology use for debug javascript remotly ?
b) how phpstorm support remote javascript debugging ?
c)I see many browser ll support their own protocol for remote debug jsti crossfire, V8 remote ..... Does it make sense to support this technology in phpstorm ?
I already think debug javascript is a nightmare , but d) what about mobile javascript debug ? and e) phonegap hybrid application ?
all this question to have to better understand the technology behind words !!
f) does phpstorm is the tool for html/js test unit ?
regard's
Please sign in to leave a comment.
a, b, c) First of all check: http://wiki.jetbrains.net/intellij/Remote_JavaScript_debugging_with_WebStorm_and_PHPStorm .
d) Vote for: https://youtrack.jetbrains.com/issue/WEB-1491
e) Phonegap plugin: https://plugins.jetbrains.com/plugin/7436?pr=phpStorm , tutorial: http://confluence.jetbrains.com/display/IntelliJIDEA/PhoneGap%2C+Cordova+and+Ionic .
f) What do you mean by unit testing HTML? About JS: https://www.jetbrains.com/phpstorm/webhelp/unit-testing-javascript.html .
thank's for your link s ....