I constantly had problems with the IDE in Delphi / C ++ Builder for many years with each version. Usually I just reboot, recompile, etc. And move on. However, I continue to see others saying that the IDE is solid. I read that many people say that most problems with the IDE are the result of problems with custom components.
We have several of our own custom components, and I would not be surprised that they cause problems. However, I do not know how to find out.
1) I can’t just just remove the component and see how everything goes. Each component is vital for our project and its development, so I can test for several days, this is not practical. 2) When I get IDE crashes, they are usually AV with little (me) useful information.
3) Sometimes the IDE works for several hours without problems. There are no reasonably reproducible problems, just seeming random crashes, AVs and failed compilations.
Has anyone had any luck with troubleshooting development-time packages?
source
share