[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ews.eclipse.technology.aspectj] Re: Debug with AspectJ IBM Java 5

To answer my own question... There are three ways to launch IBM Java 5 VM in debug mode:

1.4 copmatible but discouraged by SUN -Xdebug Xrunjdwp
5.0 -agentlib:jdwp
IBM 5.0 specific -Xdbg

Only the last, IBM specific parameter appears to work with -javaagent parameter. Eclipse 3.1/3.2 however, uses 1.4 compatibility parameters which are ignored if used together with -javaagent.

Igor Fedorenko wrote:
I apologize if this is a FAQ, but has anyone had any luck debugging applications with run time weaving when using IBM Java 5? Eclipse simply can't connect to VM :-(

--
Regards,
Igor Fedorenko