Help! Error when tracing

G

Guest

When I trace the exection in my program the source code does not correspond
to where the code is supposed to execute. When I single step the marker stops
on empty lines or rows of comment also so it seems like the debug information
has been corrupted in some way. I have tried to rebuild the program but it
does not help.
I have also not been able to set a breakpoint in a form's load event and get
the program to break there, but perhaps this is the same problem.

Any help greatly appreciated - I am stuck!
Thanks in advance!

Gungmas
 
G

Guest

I found the problem. The debug info obvoiusly don't get updated if there are
build errors even though one can run the new version of the (errant) program.
A little mis-match in the handling, I think.

Gungmas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top