CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2010
    Location
    Washington, DC
    Posts
    11

    Breakpoint for Windows Form Apps

    presently viewing a Visual Studio C# training video on the use of the breakpoint. The video shows a console app. When attempting the same in a windows form app the step in, step through or step out of the process. Seeking guidance on l![enter image description here][1]ocating the breakpoint options when in a Windows form
    Attached Images Attached Images

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Breakpoint for Windows Form Apps

    The breakpoints and Step buttons function the same in a Windows Form as well. I find your problem difficult to understand, could you explain better, please

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

Featured