I recently upgraded the Dynamic C compiler from 9.21 to 9.62
The main problem is that I can’t stop at breakpoint. Never stop. I have to use F8 and F7 to debug from the beginning and I can’t debug some parts of my code.
Look under the Options/Project Options/Debugger tab and verify that at least the debug kernel and breakpoints are enabled. If max breakpoints is set to over 100, try turning it down to 32. Other than that, be aware that debuging most library calls requires #define’s to be set to enable debugging on these functions. This is usually documented in the header of the library. If not, do a search on the word debug within the library to find out what to define to enable debugging. If none of this works, I would try re-installing DC to a new directory.