What Is your .Net Framewrok Version? To debug , are you attaching to the Process or Just running the Project? And also In the Project Properties there is Tab Called Web and in that Tab We have a section called "Debbuggers".
To debug , are you attaching to the Process or Just running the Project? And also In the Project Properties there is Tab Called Web and in that Tab We have a section called "Debbuggers".
Satbir_4
Member
149 Points
187 Posts
Brake Points
Jan 03, 2013 10:16 PM|LINK
I have inserted break points, after running project. my breakpoints are not working, and i am unable to check the errors
Ramu Ajay
Member
623 Points
203 Posts
Re: Brake Points
Jan 03, 2013 10:23 PM|LINK
What Is your .Net Framewrok Version? To debug , are you attaching to the Process or Just running the Project? And also In the Project Properties there is Tab Called Web and in that Tab We have a section called "Debbuggers".
What Do you have checked in there?
mbanavige
All-Star
134962 Points
15421 Posts
ASPInsiders
Moderator
MVP
Re: Brake Points
Jan 03, 2013 10:26 PM|LINK
make sure you have debug="true" in your web.config
http://msdn.microsoft.com/en-us/library/e8z01xdh(v=vs.80).aspx
Satbir_4
Member
149 Points
187 Posts
Re: Brake Points
Jan 03, 2013 10:37 PM|LINK
framework is 4.0...
To debug , are you attaching to the Process or Just running the Project? And also In the Project Properties there is Tab Called Web and in that Tab We have a section called "Debbuggers".
where is this option