Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm using visual studio 2005.

I'm developing a web application in which break point is not working.
Whenever I put in a break point it just won't stop.

1) I have made debug=true in web.config
2) In tool->option->debugging-> I have unchecked the Require Source File to exactly match the orginal version.

If some one knows the solution to this problem then please help.

Thanks in adv.
Posted
Updated 10-Nov-10 21:39pm
v2
Comments
Estys 11-Nov-10 3:09am    
Are you debugging a running IIS site and have you attached to the right workerprocess (W3WP.exe)?
Dalek Dave 11-Nov-10 3:39am    
Edited for Grammar and Readability.

1 solution

There are several causes of issues in here depending on the IE version you're using. If you're using IE 8 try this http://stackoverflow.com/questions/663144/why-cant-i-debug-from-visual-studio-2005-after-installing-ie[^]

If you're using IE6 or 7 it may be the cached files does not match your source code. Try cleaning your solution via Visual Studio.
Otherwise, in desperation I have also found rebooting can also work due to unknown causes.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900