Click here to Skip to main content
15,900,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in the name of allah
hi everybody

I work with visual C++ 2012.
i'm writing a program and i usually use breakpoint in my project.
but i do'nt know why from yesterday i used several breakpoint, even in OnInitial() event and etc...
but it does'nt work. although the program works and there is no error.
can anybody help me?
Posted
Comments
Richard MacCutchan 18-Sep-13 9:02am    
Try rebuilding your project, and ensure it is the Debug version that you are running.
Mahdi Nejadsahebi 18-Sep-13 17:14pm    
yeah i'm sure.
i cleaned solution and rebuilt it several.
but the program works but without breakpoint.
thanks for you answer dear.

1)Make sure that there has not been any error.
2)try to rebuild your project
3)set debug point and right click on debug and set from different location as well if debug has an "!" sign.
 
Share this answer
 
Comments
Mahdi Nejadsahebi 18-Sep-13 17:37pm    
the file breakpoint file has true value.
i don't know what's wrong.
We should set the Debug Type in "Auto" instead of "Managed Only" or etc...
 
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