Why does VS2008 debugging stop after one page loop?
I am very grateful for some thoughts on the next issue.
When I am attached to a process w3wp.exe
.
- It starts loading symbols.
- The debugger then stops before hitting the breakpoint.
If I restart the process w3wp
and update Attach to Process, I can debug, but only one page loop.
- I have reinstalled IIS7 on Vista.
- I have updated VS2008 SP1.
I would like to know why debugging stops after one page cycle. This happens with all my projects.
0
frosty
source
to share
1 answer
I know this is a pretty old question. However, for the record, you also want to make sure VS is running with administrator rights. It can also lead to what you were experiencing.
+1
TimWagaman
source
to share