Hi ,
i am working with windows forms,in my application all forms are working fine but one form break point is not firing,i set break point and check for debugging
it is not firing,but functionality is working fine for that form.
Is there any properties i need to change?
Loading
SenthilkumarPosted May 23, 2012, 2:56 AM
The break point position always related to the build dlls. If you have different with source code and dll break point position then it will not fire.
Clean the solution and rebuild the application, then put the break point and execute the application in debug mode.
EhteshamPosted May 23, 2012, 12:57 AM
chaitanyaPosted May 23, 2012, 12:51 AM
VulpesPosted May 22, 2012, 10:39 AM