I have an issue with the debugger.
It works fine if I set a breakpoint in the main code and I can then step through the entire application. However, if I set a breakpoint inside
one of the separate code files (those included into the main code with the #include statement), the debugger doesn't seem to take them into account.
I'm sure I'm missing something obvious, but not sure what. It mus surely be possible to set a breakpoint in one of the many external code files. These
haven't been placed in a sub-directory either (they're in the same directory as the main.agc file - noticed a post about people having an issue when
using sub-directories for their code).
Any help is appreciated.