How do I debug a custom RTC plugin?
![]()
Surender Biyyala (40●26●48)
| asked Mar 08 '14, 1:50 p.m.
edited Mar 08 '14, 5:26 p.m. by Geoffrey Clemm (30.1k●2●30●35)
Hi,
I developed one RTC Plugin and I want to debug it but somehow I followed the procedure given in the following link
https://www.ibm.com/developerworks/community/blogs/extendingrtc/entry/preparing_for_extending_3of3?lang=en
note: The plugin is deployed onto RTC Server and is working fine.
I`m able to debug IBM RTC plugins but not the source code I wrote for my plugin
please suggest me on this.
Thanks
Surender
|
Accepted answer
![]()
Ralph Schoon (61.5k●3●36●43)
| answered Mar 10 '14, 4:32 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Please consider reading https://jazz.net/library/article/1000 about how to debug if you deployed on Tomcat. If you deployed on WAS, I assume there are similar approaches.
Surender Biyyala selected this answer as the correct answer
|
One other answer
![]()
Not only using break in the debugger but also considering creating own exception to catch any issue would be a good idea.
|
Comments
If you put a stop in your source for the debugger.. you should get prompted for the source location..
I think I needed to use the eclipse with the source project as the debugger platform too.
to prevent a deadlock, I use one eclipse to cause the operation, and a different eclipse to develop and debug the plugin.
I usually do not use the web UI to cause the operation.