Problem with setting Browsing Path in Delphi option page

二次信任 提交于 2019-12-02 23:43:22

I was struggling with this problem for a long time. Changing REFERENCEINFO in package settings from "none" to "definitions only" did the trick. Hope this will help you also.

Are any of these units listed in the .dpr ? Units there with a wrong path can cause pretty funky behaviour.

Setting "Symbol Reference Info" to "Reference Info" does indeed fix the issue with Browsing Path.

But at least for Delphi XE the change has to be made in "Build Configuration -> Base" for it to work.

I would ensure the dcu's were compiled with debugging turned on. If this is a third party component and the source is provided with it this is usually the case but not always.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!