Javascript debugging with changed server

Hello!

This project is located on my local pc.
The project is called with the url 'mySubdomain.myDomain.de'.

javascript.jpg

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

0

Please sign in to leave a comment.