CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2010
    Posts
    907

    Breakpoints aren't hit. How can I fix them?

    I remember I asked this question before. I don't remember how exactly they are fixed.
    Do I delete some files? I tried to recompile to no avail.
    Thanks
    Jack

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Breakpoints aren't hit. How can I fix them?

    I presume you do it with the debug build.
    First check that there is no any "duplicated" file opend in your IDE.
    Then do Rebuid All (menu Build -> Rebuild <your_project_name>)
    If you are using VC++6.0 - delete .ncb, .aps, .opt files, then do Rebuid All
    Victor Nijegorodov

  3. #3
    Join Date
    Dec 2010
    Posts
    907

    Re: Breakpoints aren't hit. How can I fix them?

    Thanks Victor, I discovered that I was pointing to the wrong executable (output file), so the breakpoints never make it

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