problem in debugging

Last post 07-28-2008 8:51 AM by ravirajdanasekaran. 3 replies.

Sort Posts:

  • problem in debugging

    07-04-2008, 8:02 AM

    Hello,

    I started using Vista business a couple of days before. I developed a small sample asp.net web application and is working good; my problem is with the debugging. I put a breakpoint at the 'Page_Load' event of the default.aspx.cs page which is the startup page for the application; however I'm not able to debug line by line (F5 is working as same like Ctrl+F5).

    Could anyone please help me to solve this isssue.

    Thanks.

    Raviraj Danasekaran.

  • Re: problem in debugging

    07-04-2008, 8:18 AM
    Answer

    If you want to debug line by line, you have to press F10, not F5

     

    F5 will bring you to your next breakpoint, F10 will go to the next line of code

    Don't forget to click "Mark as Answer" on the post that helped you.
  • Re: problem in debugging

    07-04-2008, 1:14 PM
    Answer
    • Loading...
    • vinz
    • Joined on 10-05-2007, 11:47 AM
    • Cebu Philippines
    • Posts 8,379

    Use F10 Key to go line by line starting from the break point you have set.. and use F11 key (Step Into Command) If you are currently in break mode on a line of code that contains a method call, the Step Into command will enter the method and break again on the first line of code inside the method.. refer to the following link below for more informations

    http://www.odetocode.com/Articles/425.aspx

    http://msdn.microsoft.com/en-us/library/sc65sadd.aspx 


    Regards,
    Vincent Maverick Durano

    Please post questions to the forums, where others may benefit.I do not offer free assistance by e-mail. Thank you!



  • Re: problem in debugging

    07-28-2008, 8:51 AM

    Thanks for your reply.

    The actual problem is after I put a breakpoint at a certain line of my class and hitting F5 would not get stopped at the place where I put the breakpoint.

Page 1 of 1 (4 items)
Microsoft Communities
Page view counter