Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 165361
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T11:54:27+00:00 2026-05-11T11:54:27+00:00

I am running Visual Studio 2008 with SP1. When I debug an application, it

  • 0

I am running Visual Studio 2008 with SP1. When I debug an application, it will skip over my break points.

For example, I have two lines of code, each call a method. I will put a break point on both lines. I will run it one time, and it ill stop at the first break point, but not the next one. I will run it again, and it ill hit the second one, not the first one.

I have tried to clean the solution and a rebuild.

I do have multiple projects in the solution.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T11:54:28+00:00Added an answer on May 11, 2026 at 11:54 am

    Symbol file incompatibility

    It’s possible that your symbol file (.pdb) is out of sync with your source code. A common symptom of this is:

    • Stopping at a breakpoint on a line of code
    • Stepping through the code
    • Seeing the debugging pointer stop at a blank line of code

    When debugging, you should never see the debugging pointer stop on a blank line, and this would indicate that you have a symbol/source mismatch somewhere.

    This sort of mismatch could also cause breakpoints to be skipped like you are seeing, but cleaning the solution generally fixes it (and it sounds like you have tried this already).

    Build configuration

    The other option (as suggested by others) is that you aren’t building a Debug configuration. While it is possible to debug a Release build, the code is significantly optimised which can make the debugger act strangely, e.g.

    • Stepping through a conditional (i.e. if block) can make it appear that both the if and else cases are running
    • Some bits of code are completely optimised out, and you can’t break on them

    What are you trying to break on?

    One other important thing to note is that breakpoints cannot be set on every line of code. For example, if your code only has a variable initialisation:

    long numObjects; 

    the breakpoint will generally not be set properly (although it will usually move to the next line of ‘real’ code). However, if your line of code initialises the variable:

    long numObjects = 5; 

    the breakpoint can be set.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 149k
  • Answers 149k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You want: A play, split into (speaker,words) tuples. It should… May 12, 2026 at 9:30 am
  • Editorial Team
    Editorial Team added an answer Okay, figured this out after finding a random bit of… May 12, 2026 at 9:30 am
  • Editorial Team
    Editorial Team added an answer It is worked for me: Delete your project from eclipse… May 12, 2026 at 9:30 am

Related Questions

This has happened to me 3 times now, and I am wondering if anyone
I have written a C# Windows Forms application to merge the files and folders
I have a problem with my Visual Studio 2008 debugger not attaching to the
I'm a Silverlight newbie. Just downloaded version 3.0 after the Mix announcement. I'm running

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.