COMPOSITE APPLICATIONS - DESIGN AND MANAGEMENT
Remote debugging your applications with the Notes client
You can debug your Eclipse Java(TM) code remotely using the Eclipse remote debugging techniques. You must add the following parameters to your launch application for the virtual machine:
-vmargs -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8020
The socket number that you choose is important (this example uses socket 8020). You then create a remote application debug/runtime configuration and specify the same port. This lets you put break points in your extensions or views to debug them.
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary