Skip to main content
The 2024 Developer Survey results are live! See the results

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

10
  • 1
    Running the project in Release Mode? How do the breakpoints appear Solid filled Spheres or Hollow (ouline only) - later would mean dll & pdb/code is out of sync. Commented Oct 15, 2018 at 5:57
  • The sphere is hollow. Commented Oct 15, 2018 at 6:01
  • Mouse hover that Sphere and it will tell you the problem. Your DLL (Binaries) are not in sync with the Source Code/PDB file. Clean-Rebuild the project. Then check the modified datetime of both the dll and corresponding pdb file. Commented Oct 15, 2018 at 6:03
  • 1
    It says "Unverified breakpoint" Commented Oct 15, 2018 at 6:05
  • 1
    In Visual Studio everything is working fine. The problem is Visual Studio Code. Commented Oct 15, 2018 at 6:55