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: |
|
|
©1999-2013 Zend Technologies LTD. All rights reserved.