eclipse debug问题

初学java,用eclipse调试时,它给我弹出这玩意:

上网查,有人说是"From this (http://forum.java.sun.com/thread.jspa?threadID=618145) it seems that Eclipse is trying to connect to your external IP instead of localhost." 原文:http://forums.fedoraforum.org/archive/index.php/t-97415.html

于是在/etc/hosts里加了句127.0.0.1 localhost

问题解决了