简体   繁体   English

Eclipse CDT的远程调试错误

[英]Remote debugging error with eclipse CDT

I am using Galileo CDT on mac os x 10.5.7. 我在Mac OS X 10.5.7上使用Galileo CDT。 I want to remotelly debug a c++ application on a linux machine. 我想在Linux机器上远程调试c ++应用程序。 I found this guide: 我找到了这个指南:

http://www.embedded-linux.co.uk/tutorial/eclipse-rse http://www.embedded-linux.co.uk/tutorial/eclipse-rse

But when it comes to the step 但是说到步骤

"Install Remote System Explorer", when I go to "available software", I only get error messages like "No repository found at http::/downlo" and so. 在“安装远程系统资源管理器”中,当我转到“可用软件”时,仅收到诸如“在http :: / downlo找不到存储库”之类的错误消息。

So please, 1- Is there any other way to install this package or to solve this issue? 因此,请1-用其他方法安装此软件包或解决此问题吗? 2- Is there any other better/different guide to remotely debug c++ application with eclipse(galileo)? 2-是否还有其他更好/不同的指南来使用eclipse(galileo)远程调试c ++应用程序?

Thanks a lot 非常感谢

I only get error messages like "No repository found at http::/downlo" and so. 我只会收到类似“在http :: / downlo找不到存储库”之类的错误消息。

What is the exact error message? 确切的错误消息是什么?
Do not forget Eclipse has its own HTTP proxy settings. 不要忘记Eclipse有自己的HTTP代理设置。 Please check them out. 请检查出来。 (Preferences / General / Network Connections) (首选项/常规/网络连接)

alt text http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.user/whatsNew/images/system-proxy-settings.png 替代文字http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.user/whatsNew/images/system-proxy-settings.png

If your browser is using a proxy then you need to configure Eclipse to use one too. 如果您的浏览器使用的是代理,那么您还需要将Eclipse配置为也使用代理。

If your proxy has a cache and you are using eclipse < 3.4.2, you may get some further problems with that until release 3.4.2 which will include a fix for bug 249990 : 如果您的代理服务器具有缓存,并且您正在使用eclipse < 3.4.2,则在发行3.4.2之前,它可能会遇到其他问题,该发行版将包含针对249990错误的修复

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

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