jdb in java 1.3.1 not listing source file...
Hi,
I'm trying to use the remote debugging option Xdebug for my server. If I attach using jdb -attach, I'm not able to list my source file using list command. It says Source file not found. I tried various means, -Denv.class.path, etc. nothing works. the use command is always showing "." I'm able to attach put breakpoints, stop the server code etc. please help.