|
Issue: |
Step-by-step guide on how to debug HTML |
|
Product |
SplineTech JavaScript HTML Debugger |
|
Description |
- Install SplineTech JavaScript HTML Debugger
on your desktop
|
|
General Steps |
- Start the Debugger
- Open the HTML file that you want to debug
- Set breakpoints in <SCRIPT> </SCRIPT>
sections of your opened file
Or type debugger keyword
- Type in "The URL" field in the debugger to
point to the opened file
make sure you typed the file name
- Press F5
|
|
Example |
Let's say
-
http://yourserver/ is your web server HTTP address
- index.htm is the
HTML page
you want to debug
Do the following
- Start SplineTech JavaScript HTML Debugger
- Open the index.htm
- Set breakpoints in <SCRIPT> </SCRIPT> sections of your
opened file
- Type in "The URL":
http://yourserver/index.html
Note:
- The URL must end with a
file name, so typing simply
http://yourserver/ is incorrect
- Also you may type the file path
in The URL field:
c:\website\index.html
- Press
F5
|
|
Next |
- How to step through the code and inspect
variables
|
|
FAQ: |
Team Remote ASP
Debugger FAQ
SplineTech
JavaScript Debugger FAQ
SplineTech VBS
Debugger FAQ
Please use the FAQ corresponding to the
product in question, don't use the JavaScript Debugger FAQ for ASP
Debugger issues, for example. |