Results 1 to 2 of 2

Thread: Debug ASP/VBScript

  1. #1

    Thread Starter
    Frenzied Member SeanK's Avatar
    Join Date
    May 2002
    Location
    Boston MA
    Posts
    1,160

    Debug ASP/VBScript

    Is there an equivalent to Debug.Print in ASP/VBScript?

    I'm using DreamWeaver as a development tool.
    Beantown Boy
    Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.

  2. #2
    Fanatic Member
    Join Date
    Jul 2001
    Location
    London UK
    Posts
    671
    Not really - you can obviously use Response.Write

    Or if you also have access to interdev if you have your server set up for debugging you can insert a STOP statement to break the code and then use

    ?VariableName

    In the immediate window as with VB.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width