Issue:

Step-by-step guide on how to debug HTML
Product SplineTech JavaScript HTML Debugger
Description
  1. Install SplineTech JavaScript HTML Debugger on your desktop
General Steps
  1. Start the Debugger
  2. Open the HTML file that you want to debug
  3. Set breakpoints in <SCRIPT> </SCRIPT> sections of your opened file
    Or type debugger keyword
  4. Type in "The URL" field in the debugger to point to the opened file
    make sure you typed the file name
  5. Press F5
Example Let's say
  1. http://yourserver/ is your web server HTTP address
  2. index.htm is the HTML page you want to debug

Do the following

  1. Start SplineTech JavaScript HTML Debugger
  2. Open the index.htm
  3. Set breakpoints in <SCRIPT> </SCRIPT> sections of your opened file
  4. Type in "The URL": http://yourserver/index.html
    Note:
    1. The URL must end with a file name, so typing simply http://yourserver/ is incorrect
    2. Also you may type the file path in The URL field: c:\website\index.html
  5. Press  F5

 

Next
  1. 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.