我尝试使用Eclipse和gdbserver
远程调试C程序。
我已设法使用Eclipse进行手动和公共密钥SSH身份验证,如下所述:Remote debugging C++ applications with Eclipse CDT/RSE/RDT
但是,如果我尝试使用SSH密码创建连接,则创建失败会出现一些错误弹出窗口,其中第一个是:
Secure storage was unable to save the master password
堆栈跟踪的前两行是:
java.lang.SecurityException: Unable to get DBus session bus: Could not connect: Connection refused
at org.eclipse.equinox.internal.security.linux.LinuxPasswordProvider.saveMasterPassword(Native Method)
我得到的其他例外是:
No password provided.
和
Unable to locate secure storage module
在Eclipse网站下载的Ubuntu 16.04主机和Eclipse Oxygen 4.7.0中测试过。
一些可能相关的问题: