Results 1 to 5 of 5

Thread: ASP Debugging ?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 1999
    Posts
    309
    Can anybody point me to some asp debugging techniques or debugging tools.
    Prefferably I want to jump from line to line with a function-button or something....

  2. #2
    Guest
    Inhumanoid, all I do is response.write in my ASP's which I write in notepad, no girly IDEs for real net programmers.

    If you don't fancy the sound of that try here for some excellent info from our friends at Microsoft. You must have Frontpage server extensions installed for a lot of this to work, if I recall correctly.

    http://msdn.microsoft.com/library/te...idebugging.htm



    [Edited by MadWorm on 01-11-2001 at 07:41 AM]

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 1999
    Posts
    309
    I know MadWorm, we all do....
    I need to debug with girly IDEs cause a need to do a statement coverage for a testset. So I reckon it ca'nt be done (perfectly) unless I have a debugger.

    A debugger seems a better option then response.write-ing every statement

  4. #4
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    In my opinion, there is nothing "girly" about being more productive. If the editor (Visual Interdev) can provide color coding, intellisense, statement completion and step by step debugging, it is only making my life easier and my coding time more efficient.

    I can't be bothered with memorizing every parameter for every HTML, VBScript and Javascript tag/function, as well as for every COM object I use

  5. #5
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    I've worked with Visual Interdev, Frontpage & 3-4 other downloaded programs to write ASP pages. In my opinion, the best tool is the Microsoft Script Debugger tool.

    Not as complicated as Interdev, it colours the code & points out the lines you have an error on when running. This is in between notepad & Interdev & you can download it from here

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

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