解决步骤如下:
1 查看tomcat的启动log,第一行“Listening for transport dt_socket at address: xxxx
检查这里是不是8000,如果不是,需要修改catalina.bat文件
2 修改tomcat的startup.bat文件,在@echo off后一行增加set jpda_address=8000
3 执行startup.bat文件启动tomcat
4 在eclipse中Run-Debug Configurations-Remote Java Application下找到相应工程,在connect的tag下设置port为8000。
5 debug