Created
May 28, 2015 01:47
-
-
Save csharpforevermore/6f25e55dc8d073d55de4 to your computer and use it in GitHub Desktop.
Visual Studio solution is not hitting the breakpoint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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