Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2008 breakpoint is not working

I am working on an ASP.NET project and I cannot make the breakpoints work! The project does not stop where I place a breakpoint. It does not seem to matter where I place the breakpoint.

I am in debug mode; I am using IE 8, Windows 7 OS;

Has anyone ever had this problem?

like image 745
user279521 Avatar asked Dec 28 '22 19:12

user279521


1 Answers

From my experience, BEFORE you hit F5 to debug, do a BUILD & and ReBuild. Then hit F5 and that should work (9 out of 10 times) !!

HTH

like image 188
DNR Avatar answered Dec 31 '22 14:12

DNR