Hi,
I am learner..I have a small problem in asp.net application.In my application debug point is not working. Where should i change the settings for this. pls give me a suggestion.
Try putting a breakpoint on a pageload event that you *know* is going to load. If the program breaks, the problem is that wherever you are putting your break that is not working is never being reached. You will need one earlier to debug a problem that occurs before you ever get to your break.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.