【发布时间】:2017-07-03 06:18:51
【问题描述】:
我已经使用prodebugenable -enable-all 启用了调试器,如下所述:https://documentation.progress.com/output/ua/OpenEdge_latest/index.html#page/pdsoe%2Fenabling-debugging.html%23wwID0EBCZX
我收到了成功消息
已为安装在 ... 中的 Progress 4GL 启用调试
但我仍然得到错误
Progress 4GL 未启用调试。从运行 proDebugEnable 在 Windows 上的 proenv 会话中或从 UNIX shell 中启用 调试并将任何服务的 debuggerEnabled 属性设置为 1 你想调试的。 (11724)
prodebugenable.bat 运行 exe 文件 _debugEnable.exe。这个文件有什么作用?
为什么虽然我收到一条成功消息,但调试器没有启用?
我的版本:OpenEdge 10.2B
【问题讨论】:
-
启用时您是管理员吗?如果不是,可能值得以管理员登录身份重试
-
是的,我是管理员
标签: debugging openedge progress-4gl