>>>>> "Henry" == Henry S Thompson <[EMAIL PROTECTED]> writes:
Henry> I've searched various bits of documentation without any luck Henry> -- is there a mouse click or command from jde and/or ecb Henry> which works on a backtrace line in a compilation/run window, Henry> so that if I hit an exception under c-C c-V c-R, w/o the Henry> debugger, I can get to the offending source line easily? I presume you mean java stack traces (you want to debug the Java) rather than the lisp? M-x jde-etrace-mode. I think it works straight off in run windows, but you have to turn it on in compilation windows (when running junit for instance), or log files. Cheers Phil
