Thursday, August 6, 2015

Remote debug on asset control

Same method to remote debug on asset control, Eclipse or other osgi based application.

Add the below on ac.desktop.ini (or Eclipse.ini):
-Xdebug
-Xnoagent
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=4000

Start the debug from Eclipse.

No comments:

Post a Comment