如何在 Eclipse 中调试远程应用程序
我正在从 Eclipse 外部运行我的服务器,现在我想调试它。那么有可能吗? 如果是的话我该怎么做。
I am running my server from outside of my eclipse and now i want to debug it. so is it possible ?
If yes how can i do that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1) 在远程 JVM 上指定此选项。
请注意,现在调试服务器正在此远程主机和端口 5005 上运行。
2) 在 Eclipse 中,在
1) Specify this option on remote JVM.
Note that now the debug server is running at this remote host and port 5005.
2) In Eclipse, create and run remote debug config under Run > Debug> Debug Configurations... > Remote Java Application.