Javascript debugging with changed server
Hello!
This project is located on my local pc.
The project is called with the url 'mySubdomain.myDomain.de'.
By 'mySubdomain.myDomain.de' calls the Apache server, the file 'index.php' in directory 'public' on.
I want to be 'mailadressen.html' file a Javascript perform debugging.
The contents of the file is:
--------------------------
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<script type="text/javascript" src="/javascript/jquery-1.11.1.js"></script>
<script type="text/javascript" src="/views/bausteine/mailadressen.js"></script>
</head>
<body>
<h3>Mailadressen</h3>
<script type="text/javascript">
</script>
</body>
</html>
---------------------------
Can my server 'mySubdomain.myDomain.de' for the use debug javascript?
With best regards
Stephan
Please sign in to leave a comment.
Hi there,
Yes you can.
https://www.jetbrains.com/phpstorm/webhelp/debugging-javascript.html
http://wiki.jetbrains.net/intellij/Remote_JavaScript_debugging_with_WebStorm_and_PHPStorm