How do I force an asp.net app to break in VS 2008 when I don't know what code the process is hitting? I am getting a problem where there seems to be something looping in the code and after putting in a bazillion breakpoints in can't find it. I want to force the app to break so that I can see where the problem lies.
views:
156answers:
1
+1
Q:
How do I force a process to break when debugging if I don't know where to place the breakpoint?
+2
A:
You can break it by pressing the pause (Break All) "||" button in the debug toolbar.
Kirtan
2009-04-17 04:28:42