Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

break point is not working

Status
Not open for further replies.

smartprog

Programmer
Feb 26, 2004
5
US
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.

thanx

 
when you say it isn't working...what does it do or not do?
 
when the event is fired application is not stopping at the break point.
My problem is how to break the application after putting the break point.
 
You're running it in debug mode and you are positive that it's getting to the breakpoint?
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top