if i use jdb to attach java application for debugging,i need start java with -Xdebug, then i got password then i use jdb with password to attach process to debug but i run java with -Xdebug flag i dont get password..how to solve this problem? rgds walter
public class Walter { public boolean is_Working_Now (boolean is_boss_Coming) { return is_boss_Coming; }