简体   繁体   English

尝试启动Robot Framework时出错,无法投射进程

[英]Error when attempting to launch Robot Framework, process cannot be cast

I am using Eclipse 4.6.3, and plugins RED and PyDev. 我正在使用Eclipse 4.6.3,以及RED和PyDev插件。 I get this error when attempting to run my robot program. 尝试运行机器人程序时出现此错误。

An internal error occurred during: "Launching Robot Tests". 在“启动机器人测试”期间发生内部错误。 org.eclipse.debug.core.model.RuntimeProcess cannot be cast to org.robotframework.ide.eclipse.main.plugin.launch.IRobotProcess org.eclipse.debug.core.model.RuntimeProcess无法转换为org.robotframework.ide.eclipse.main.plugin.launch.IRobotProcess

I do not know if this is related to my code, or some other problem in eclipse? 我不知道这是否与我的代码有关,或者与eclipse中的其他问题有关? I can supply more information if needed. 如果需要,我可以提供更多信息。 And my program did work last week. 我的程序上周确实工作了。

Everything is updated, which is when the problem appeared. 一切都已更新,这是问题出现的时间。

Looks like RED 0.7.6 introduced an incompatibility in Eclipse Run/Debug configurations: https://github.com/nokia/RED/releases/tag/0.7.6 看起来RED 0.7.6引入了Eclipse Run / Debug配置中的不兼容性: https : //github.com/nokia/RED/releases/tag/0.7.6

The release notes say to remove old entries from the Run/Debug configurations. 发行说明说要从“运行/调试”配置中删除旧条目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM