Had a problem last week with D2007, where there were a few lines of code that had no blue dots after a build. They also would not accept breakpoints. Has anyone else encountered this?

Had a problem last week with D2007, where there were a few lines of code that had no blue dots after a build. They also would not accept breakpoints. Has anyone else encountered this?

In the end, I retyped the code block, then commented out the old lines, and it worked, leaving me to believe that there was some undisplayed character in the source which caused the problem.

Comments

  1. Dalija Prasnikar Thanks, that's good to know.

    ReplyDelete
  2. Bill you can also try opening the source code in notepad and make some small change and save the file. This fixes sometimes but not all the times. Also try opening effected file in Notepad++ and then use option "Show All Characters". See if you can find lines not ending with CRLF. Most probably you will find issue around lines that do not have blue dot. Good Luck.

    ReplyDelete
  3. Not if you need anymore ideas. But I've deleted the *.DSK files on my XE2 installation, almost weekly now, as I get random breakpoints appearing and strange results while tracing.

    ReplyDelete

Post a Comment