Breakpoints are not working in Visual Studio .net

Last post 05-26-2009 1:22 PM by disaia. 5 replies.

Sort Posts:

  • Breakpoints are not working in Visual Studio .net

    10-21-2003, 9:49 AM
    • Member
      40 point Member
    • tgatif
    • Member since 09-15-2003, 3:15 PM
    • Posts 8
    The breakpoints are not working. The project in Visual Studio .Net does not stop when breakpoint reach. It was working before but not anymore.

    Please help me in this regard
  • Re: Breakpoints are not working in Visual Studio .net

    10-21-2003, 5:41 PM
    • Participant
      980 point Participant
    • wshackne
    • Member since 01-08-2003, 9:02 AM
    • Wilmington, NC, USA
    • Posts 196
    I had the same problem and just got it fixed. Have a look at http://asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=372134.

    Best,

    Spence
  • Re: Breakpoints are not working in Visual Studio .net

    10-21-2003, 6:57 PM
    • Member
      40 point Member
    • tgatif
    • Member since 09-15-2003, 3:15 PM
    • Posts 8
    I have some other problem. Go to Properties of the Project and enable the ASP.net debugging.
  • Re: Breakpoints are not working in Visual Studio .net

    08-27-2008, 2:00 AM
    • Member
      160 point Member
    • mayankparmar2000
    • Member since 12-24-2006, 6:04 AM
    • Gandhinagar, India
    • Posts 32
    Make sure your page directive has the following. AutoEventWireup="true"
    Regards,
    Mayank Parmar
    Software Developer
    Clarion Technologies
    SEI CMMI Level 3 Company
    4th Floor, Great Eastern Plaza,
    Airport Road,
    Pune- 411 006,
    Maharashtra, India.
    Phone: +91 20 66020289
    Mobile: +91 9763210521
  • Re: Breakpoints are not working in Visual Studio .net

    08-29-2008, 1:44 AM
    • Member
      44 point Member
    • SajidWahab
    • Member since 09-05-2006, 6:18 AM
    • Lahore, Pakistan
    • Posts 22

     

    There can be multiple reasons for it:
    Go to your project properties and enable debugging,,
    Go to your Web.Config and Check that Debug = "True",,

    Check that you are running your application in Debug Mode (and not in Release mode 'This happens when Your Breakpoint appears as ? mark')

     

    -----------------------------------------------------------------------------------------------------------------------------------------------

    (Please mark it as answer if you found this as a solution towards your problem)

    Sajid Wahab

    Xavor Pakistan

     

  • Re: Breakpoints are not working in Visual Studio .net

    05-26-2009, 1:22 PM
    • Member
      4 point Member
    • disaia
    • Member since 05-26-2009, 1:19 PM
    • Posts 2

    This happened to me right after I upgraded to Internet Explorer 8.  I uninstalled IE8 (this automatically will revert to IE7), and all is well.

     

Page 1 of 1 (6 items)