Help on debugging custom advisors
Accepted answer
Be sure to setup your environment for plugin development and Jetty, as described in Ralph Schoon's Extensions workshop: http://rsjazz.wordpress.com/2014/04/11/rtc-extension-workshop-overhaul/
With it, you are able to debug your plugins using the eclipse debugging facilities with Jetty.
Susan
With it, you are able to debug your plugins using the eclipse debugging facilities with Jetty.
Susan
Comments
Thank you so much... Susan !!
Hi Susan,
Particularly, I use [Rational Team Concert]TEST Server and Client.
I got an idea how to run the test server in debug mode.
Thanks a lot.
You probably want to look into http://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ and the linked posts as well.
Thank you Ralph !