Skip to content

Instantly share code, notes, and snippets.

@csharpforevermore
Created May 28, 2015 01:47
Show Gist options
  • Save csharpforevermore/6f25e55dc8d073d55de4 to your computer and use it in GitHub Desktop.
Save csharpforevermore/6f25e55dc8d073d55de4 to your computer and use it in GitHub Desktop.
Visual Studio solution is not hitting the breakpoint
From my previous experience please consider these :
Check you have put the break point in a right place and you are running the appropriate page or controller
Right-Click on the break point => Location => Check "Allow Source Code to be different from the original version"
If you are calling through Ajax call , Make sure you have not java-script error on the page ( for this IE catch js errors by default)
Clean solution
Rebuild
Delete bin and obj folders then rebuild.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment