Results 1 to 4 of 4

Thread: can't hit breakpoint in asp project

  1. #1

    Thread Starter
    Hyperactive Member Sneeden's Avatar
    Join Date
    Oct 2001
    Location
    Sneedville
    Posts
    258

    can't hit breakpoint in asp project

    I am using VS 2005 as an IDE for a classic ASP project (not asp.net). The files load fine into a project and all. It will run the page as well.

    The problem that I am having is that when I place a breakpoint and run, I get a text tip saying that "the breakpoint will not currently be hit. No symbols have been loaded for this document". What gives?

    I've gone through hell and high water trying to get interdev to debug, but it is nortoriously impossible to get it to cooperate with IIS.

    I am assuming that vs.net is capable of debugging classic asp projects. If I am incorrect, please let me know so I can resume my suffering with interdev )
    If it is true, can you please help me getting this running and debugging?

    Oh, by the way, this is a half completed project and I am not very familiar with asp.net so I'd rather not start over, just so ya know.
    balls deep in bad code

  2. #2
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092

    Re: can't hit breakpoint in asp project

    When i've had to do asp (not something I'm keen on) I have used Visual studio and as far as I know you can't step through asp code.

    I wasn't even aware you could step through asp in interdev but i suppose you learn something new everyday and therefore i might be wrong about the above.

  3. #3

    Thread Starter
    Hyperactive Member Sneeden's Avatar
    Join Date
    Oct 2001
    Location
    Sneedville
    Posts
    258

    Re: can't hit breakpoint in asp project

    I have found a few examples on the web, but they are all using vs 2003, i am using 2005. There is a difference where they enable asp debugging. There is not a check box fot that in 2003. Hmm.......
    balls deep in bad code

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: can't hit breakpoint in asp project

    Ah yes, the age old UFO of programming, debugging in ASP.

    It is possible, but because ASP is so easy, and the fact that it's scripted, most ASP 3.0 developers don't even bother with debugging features of Interdev. Instead, they just use it with the attitude, "Hey, something came with VB6, so might as well use it for the syntax highlighting."

    In fact, you can just code in notepad.

    Anyways, it is possible, but on limited OSs. I know it wasn't possible in Win 98, but I had seen it on Windows 2000.

    Whole bunch of links here:
    http://support.microsoft.com/default.aspx/kb/244272

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