`
jacally
  • 浏览: 772223 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

用Eclipse远程调试(Remote debug)Tomcat

阅读更多
用Eclipse远程调试(Remote debug)Tomcat
Published 1 year, 8 months ago in Tips.
Tags: eclipse, remote debugging, tomcat.

1. 配置Tomcat支持remote debugging

给JVM加上如下的启动参数:

-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n

2. Eclipse里新建一个Remote Java Applications的debug

“Run->Debug…”, then “Remote Java Applications”, “New”,port添8000。

适合不想或没必要用任何插件的情形。

Ref: http://tomcat.apache.org/faq/development.html#rd-eclipse


分享到:
评论
1 楼 longrm 2008-08-05  
怎么弄啊,我怎么总是出错

相关推荐

Global site tag (gtag.js) - Google Analytics