The non-debuggable unit
I have a unit that now refuses to have blue dots when compiling. Doesn’t matter if it is in debug or release mode.
– It is referenced in .dpr file
– I’ve searched all paths for stray .DCUs and found none
– I’ve have deleted .dcr, .local and .identcache files
– I’ve done Clean and Build, and still no blue dots and breakpoints
Once running, I can set breakpoints, but some lines will not accept them (such as in multiline statements)
You must be logged in to post a comment.