debugging eclipse/rad with IDEA. Is possible?
Hi, i speak spanish, my english is bad, sorry.
In a recent job, I need to work with the IBM RAD 6.0 (I really need the ejb 2.x mapping thing), but is full of nasty bugs.
I want to debug the RAD (please note, I dont want to debug with RAD, I want to debug the
org.eclipse.core.launcher.Mainprocess ) with the IDEA debugger .
Is possible? Someone did it before? How?
Thanks
请先登录再写评论。
Hi.
Is RAD an RCP application? We have a guide how to debug Eclipse RCP apps with IDEA: http://www.jetbrains.com/idea/documentation/usingIDEAforEclipse.html You could try it.
Alexander.
Thanks! I try this.
It work! My final approach was create a Remote run configuration in IDEA and add the VM options copied from the text area at the top of the
configuration's dialog in the rationalsdp.ini. Very helpful to handle the RAD bugs! Thanks.