How do I debug a custom RTC plugin?
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
Comments
sam detweiler
Mar 08 '14, 9:04 p.m.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.