Using the WebLogic Admin Console, navigate to the ‘Server Start’ properties of the managed server that hosts LiveCycle. Add the following to the ‘Arguments’ field. The port used (1044) should be available on the node:
-Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=n
Re-start the managed server. Point your debugger at the debug port (1044 in the example above).
If the managed server is being started from a script, the debug arguments should be added to the startup script, instead of within the Admin Console.
Even though the remote connection is happening, the debug not reaching the break points