Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Swordfish Documentation: Debugging Third Party Plugins"

Line 3: Line 3:
  
 
==To inspect source code of third-party plug-in==
 
==To inspect source code of third-party plug-in==
Checkout appropriate plug-in project from the [http://dev.eclipse.org/svnroot/rt/org.eclipse.swordfish/trunk/org.eclipse.swordfish.third-parties Swordfish Repository]
+
* Checkout appropriate plug-in project from the [http://dev.eclipse.org/svnroot/rt/org.eclipse.swordfish/trunk/org.eclipse.swordfish.third-parties Swordfish Repository]
 
to your workspace.
 
to your workspace.
Check if the project contains contains "source-bundle" subdirectory with plug-in sources.  
+
* Check if the project contains contains "source-bundle" subdirectory with plug-in sources.  
  
 
==To add source-bundle to third-party plug-in project==
 
==To add source-bundle to third-party plug-in project==

Revision as of 08:26, 30 June 2009

Debugging third-party plug-ins

This section contains information on how to inspect during debug session source code of third-party plug-ins delivered together with the Swordfish runtime platform.

To inspect source code of third-party plug-in

to your workspace.

  • Check if the project contains contains "source-bundle" subdirectory with plug-in sources.

To add source-bundle to third-party plug-in project

Source codes for third-party plug-ins are organized in form of source-bundles according to rules described by Eclipse Orbit project.


Source bundle attachment.png


Swordfish Documentation Home
Swordfish Wiki Home

Back to the top