Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Breakpoint not working in my Windows 7(Professional) Machine, It was working in the Windows XP Machine. Following rules already set for this project.

1) Web.config [ compilation debug="true" ]

2) Solution Explorer ->Debugging ->ASP.Net check box checked.

what is the reason for this problem? Any solution?
Posted
Comments
[no name] 10-Oct-12 8:19am    
Check out your settings.
Robymon 10-Oct-12 8:36am    
what setting?
I.explore.code 10-Oct-12 8:24am    
you mean the breakpoints are not getting hit when you debug your application? If you are getting a yellow exclamation mark on your breakpoints and if you hover over them it will tell you that it wasn't able to load debug dymbols. Try cleaning your solution and rebuilding it.
govardhan4u 10-Oct-12 8:30am    
check whether you are running code in release mode or dll build in other version?
Robymon 10-Oct-12 8:37am    
i am running the app on debugg mode

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