I am trying to run a debug on my code, but somehow it stopped working. Here is a snippet and the green lines it is showing:
- I have tried to right click on my project and
clean
it. - Tried
to delete temporary files, like
.stat
and.dcu
. - Switching back and forth to
Release
andDebug
modes, rebuilding, recompiling them. - The
Debugging
options underProject -> Options -> Delphi compiling
are all set to true. - Checked if there are no duplicate files in the
search paths
. - Other projects are working correctly.
- Also tried swearing.
What am I doing wrong?