I’m a new Dynamic C user, and have just ported over an existing C application to run on a Rabbit 3110 module. I have not split the code into libraries, so it is rather long at this stage (about 15000 lines).
The problem I’m seeing is Dynamic C placing the cursor in the wrong position when showing warnings or errors during compile, as well as when single stepping through the code in debug mode.
From what I can see, Dynamic C positions the cursor one line below where it should be after 4096 lines of code. After 8192 lines, it is two lines low, etc. The first 4096 lines are OK.
Has anyone else seen this issue? Perhaps I should just split the code into modules, each of less than 4096 lines of code.
Thanks in advance.