how to debug certain page line by line

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • srimathiparthasarathy
    New Member
    • Feb 2010
    • 18

    how to debug certain page line by line

    i want to debug a particular page in c#.net line by line.what shall i do?

    i dont want to run my entire project from the begining of login.

    can anyone have an idea?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Open Visual Studio.
    Open the C# code for the page that you want to debug.
    Place a Debug Break Point on the line that you want to start debugging by clicking the gray column next to the line number (a red dot should appear).

    Then hit the "play" button ...or go to the Debug Menu and click Start Debugging....

    -Frinny

    Comment

    • srimathiparthasarathy
      New Member
      • Feb 2010
      • 18

      #3
      thank you very much.i have find out by pressing f11 for line by line debugging

      thank u for response

      Comment

      Working...