Issue:

Step-by-step guide on how to debug ASP
Product Team Remote ASP Debugger
Description
  1. Install Team Remote ASP Debugger PRO FULL Edition Client on your desktop
  2. Install Team Remote ASP Debugger PRO FULL Edition Server on your IIS server
    Note: You need full access to the server to do that. You need Admin rights on it.
  3. If you have PRO Local Edition Install it on your Desktop.
General Steps
  1. Start Team Remote ASP Debugger
  2. Open the ASP file or an include file that you want to debug
  3. Set breakpoints in <% %> sections of your opened file
  4. Type in "The URL" field in the debugger to the start page or any other page of your site
  5. Press F5
Example Let's say
  1. http://yourserver/ is your web server HTTP address
  2. login_verify.asp is the ASP page you want to debug
  3. login.asp is the start page of your site

Do the following to debug login_verify.asp

  1. Start Team Remote ASP Debugger
  2. Open the login_verify.asp
  3. Set breakpoints in <% %> sections of your opened file
  4. Type in "The URL": http://yourserver/login.asp
    Note:
    1. The URL must end with a file name, so typing simply http://yourserver/ is incorrect
    2. Also, note that the file indicated in the URL is login.asp, and not login_verify.asp
    3. Since login_verify.asp requires login.asp to be ran beforehand, The URL should point to login.asp and not to login_verify.asp
    4. So just keep in mind that The URL should be exactly the one that you would enter in a browser to get to the file you want.
    5. The same way you should debug a page that is several steps down the road from the main page.
      All session variables will be conserved.

       
  5. Press  F5

 

Comments
  1. The same applies to debugging include files
  2. Generally you simply open an include file instead of "login_verify.asp" and the rest is all precisely the same
     
  3. Also, you may always open several files at the same time and set breakpoints in them
  4. This way, the debugger will be waiting for all those breakpoints at the same time
     
  5. And finally you may set or remove a breakpoint during the debugging
    Just keep in mind that those changes are propagate next time you press Step
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.