Question Not able to debug the form-

sanjay

New member
Joined
Jun 1, 2011
Messages
1
Programming Experience
10+
Hi,
I am trying to debug the form by putting the break, but application not allowing the cursor to come at breaking point and it directly shows error message.
Is there any setting required. my application is showing in debug mode.
 
If the application actually reaches that line it should break on that line. Have you tried putting one on the first line of code that runs and seeing if it breaks?
 
Back
Top