in my project i insert break point in my c# file the debugger check the whole file gives output but it doesnot stop at the break point and as aresult i could not check the error in it plz if anybody know the answer mail me at jagdeepgupta813@gmail.com
Asked
Active
Viewed 695 times
0
-
Is that a button click event you have that brakepoint – ACP Dec 09 '09 at 05:36
-
2This is a forum for question and answer, where people ask questions & expect answer to be posted. Don't expect people to email answers to you. You will have to come to the shop to buy things. No home deliveries. – shahkalpesh Dec 09 '09 at 05:37
2 Answers
3
This could be due to the code not being the same version as the assembly.
Have a look at this link

Community
- 1
- 1

Adriaan Stander
- 162,879
- 31
- 289
- 284
1
Some questions:
- Did you build the project in Debug mode?
- Did you "start with debugging" (F5 instead of Ctrl+F5)
- in web.config, do you have debug=true in the
<compilation>
node?

Hans Kesting
- 38,117
- 9
- 79
- 111