Hi,

I suggest you enable your application for remote debugging, adding the
`-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1044` VM arg
to config.ini; then with your development IDE, connect to this remote Java
application and put breakpoints in UIExtensionTracker.

HTH
_______________________________________________
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev

Reply via email to