Zend Studio 8.0
Documentation Survey | Submit Documentation Feedback | View Latest Version and Get PDF Online
In this Topic Hide
The Zend Studio JavaScript debugging function allows you to test your files and applications and detect errors in your code. These procedures describe how to debug JavaScript code live from your workspace using an internal JavaScript Debugger.
This procedure describes how to debug JavaScript code that is in an HTML file. To open an HTML file go to File | New | HTML Page.
|
|
|
To debug JavaScript in an HTML file:
Use the controls in the Debug view to manage your debugging session. |
A number of views will open with relevant debug information. See the Running and Analyzing Debugger results topic for more information on the outcome of a debugging process. |
|
Note:
If the file contains 'include' or 'require' calls to files which are not contained within the project, you must add them to the project's Include Path in order to simulate your production environment.
This procedure describes how to debug a URL. This allows you to debug code according to a URL instead of a file name.
|
|
|
To Debug a URL:
|
A number of views will open with relevant debug information. See the Running and Analyzing Debugger results topic for more information on the outcome of a debugging process. |
|
|
|
|
Related Links: |
|
|