Visual Studio .Net 2003 - Debugging Problem

Last post 07-02-2009 12:08 AM by ChetMay. 2 replies.

Sort Posts:

  • Visual Studio .Net 2003 - Debugging Problem

    06-26-2009, 10:29 AM
    • Member
      point Member
    • shabber
    • Member since 11-08-2007, 9:25 AM
    • Posts 11

    Hi,

    I am using Visual Studio.Net 2003 for a web application. It was doing debugging very smoothly. But suddenly it has stopped debugging.

    Doesn't give any error, and also doesn't stop on the break points.

    I made another web application, and it is also having the same problem.

    Any suggessions on this ?

     

    Regards,

    Shabber. 

    Filed under:
  • Re: Visual Studio .Net 2003 - Debugging Problem

    07-01-2009, 5:18 AM
    Answer

    Hi,

    During debugging session, did the Breakpoint show any warning message on it when the cursor hovers on Breakpoint? If yes, you can get some clues from it. If the debugger doesn’t load the .pdb file, the Breakpoint cannot be hit.

    Please also make sure we configure Enable ASP.NET Debugging to true. For more information, see http://msdn.microsoft.com/en-us/library/aa290100(VS.71).aspx

    You also can use Visual Studio debugger to attach to your ASP.NET process (http://msdn.microsoft.com/en-us/library/c6wf8e4z(VS.71).aspx).

     

    I look forward to receiving your test results.

    Thomas Sun
    Microsoft Online Community Support

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
  • Re: Visual Studio .Net 2003 - Debugging Problem

    07-02-2009, 12:08 AM
    • Member
      2 point Member
    • ChetMay
    • Member since 07-02-2009, 12:06 AM
    • Posts 1

    I am having the same problem.  Everything was working fine, then I got an upgrade for IE (v8) and some XP upgrades.  Now I have no debugging.

Page 1 of 1 (3 items)