如何在 Ubuntu 中的 Eclipse 中添加 sudo 进行调试配置?
在 Eclipse 中,对于特定的调试配置,我需要在可执行文件之前添加“sudo”以获得 root 权限。
有没有办法做到这一点,而不是用 sudo 启动 eclipse ?
In eclipse for a particular debug configuration I need to put "sudo" before the executable in order to gain root privileges.
Is there a way to do this rather than launching eclipse with sudo?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用root权限运行您的java应用程序,然后附加该进程进行调试。
附加 localhost:8000 以在 Eclipse 中调试您的应用程序
You can run your java application with root privilege, then attach the process to debug.
attach the localhost:8000 to debug your app in eclipse