英文:
Openedge 11.7 Development Studio / Eclipse - Not reading new code
问题
我遇到了突然出现的问题,对项目所做的任何更改都不再生效。
我可以在控制台中看到新的 .r 文件
已经生成,文件浏览器也确认了它已被更新。
我尝试从源代码和 rcode 运行,并彻底清理和重建项目,但没有任何改变。
在调试菜单中设置断点并逐行执行代码显示,它完全跳过了新的代码。
我试图做的只是简单地更改标签的文本或尝试使用警告框查看变量,但什么都不起作用。如果不使用新代码,就无法调试新添加的内容。
英文:
I'm having this sudden issue where any changes I make to the project are no longer taking effect.
I can see in the console that the new .r file
is being made and the file explorer confirms it is being updated.
I tried running from the source code and from the rcode and completely cleaning and rebuilding the project but nothing is changing.
Breakpoints and going line by line in the debugging menu shows it completely skipping over the new code.
I am trying to do something as simple as changing the text of a label or trying to see a variable using an alert box but nothing works. Can't debug the new additions if the new code isn't being used.
答案1
得分: 1
不确定这是否有帮助,但Progress Developer Studio是Eclipse IDE的一个相当不稳定的移植版本。我曾经遇到过一些奇怪的问题(虽然不像你的那样),但我找到的唯一解决方法就是从我的计算机上卸载并重新安装整个Progress产品。我知道这很烦人,而且耗时,特别是当你在环境中有很多自定义设置时,但通常它可以解决很多这些疯狂的问题。如果其他什么都没有帮助,也许值得一试。
英文:
Not sure if this will be helpful, but Progress Developer Studio is a rather unstable port of Eclipse IDE. I've had some weird issues a few times (not like yours, though) where the only solution I've found was to uninstall and reinstall the entire Progress product from my computer.
I know it's annoying and time-consuming, especially when you have a lot of custom settings in your environment, but usually it solves a lot of these crazy problems. Might be worth a shot if nothing else helps.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论