Simple Syntax Debugging
Hi
I write tutorials for school students. In our CC 2015 edition, we had the following (with visual examples):
1. Recent versions of Dreamweaver have a JavaScript debugger which will find some mistakes. Errors are displayed in a dark bar near the top of the screen.
2. Dreamweaver will colour the code in a way that may help you detect some errors. This will come with practice.
With 2017, I can't get DW to identify any errors, even if I type the following:
<script>
alrt ("Hello. How are you today?")
</script>
I've tried the output console and code inspector.
Are there any simple debugging tools I can suggest to beginners, or is there a problem with my installation?
Thanks
