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"

(New page: This section provides short information on how to debug third-party bundles delivered together with Swordfish runtime platform. ----------------- [[Swordfish_Documentation |Swordfish Docu...)
 
Line 1: Line 1:
This section provides short information on how to debug third-party bundles delivered together with Swordfish runtime platform.
+
== Debugging third-party plug-ins ==
 +
As it could be necessary in some situations to inspect source code of third-party bundles delivered together with Swordfish runtime platform this section provides short information on how to achieve this.
 +
Source code for thrird-party plug-ins is organized in form of source bundle using layout from Eclipse Orbit project.
 +
 
 +
== To debug 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]
 +
to your workspace.
 +
Make sure that the projects contains "source-bundle" subdirectory with plug-in sources.
 +
 
 +
 
 +
== To add source-bundle to third-party plug-in project ==
 +
 
 +
[http://wiki.eclipse.org/Orbit_Source_Bundles]
 +
 
 +
[[Image:Source_bundle_attachment.png]]
 +
 
  
 
-----------------
 
-----------------
 
[[Swordfish_Documentation |Swordfish Documentation Home]] <br/>
 
[[Swordfish_Documentation |Swordfish Documentation Home]] <br/>
 
[[Swordfish | Swordfish Wiki Home]] <br/>
 
[[Swordfish | Swordfish Wiki Home]] <br/>

Revision as of 06:25, 30 June 2009

Debugging third-party plug-ins

As it could be necessary in some situations to inspect source code of third-party bundles delivered together with Swordfish runtime platform this section provides short information on how to achieve this. Source code for thrird-party plug-ins is organized in form of source bundle using layout from Eclipse Orbit project.

To debug third-party plug-in

Checkout appropriate plug-in project from the Swordfish Repository to your workspace. Make sure that the projects contains "source-bundle" subdirectory with plug-in sources.


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

[1]

Source bundle attachment.png



Swordfish Documentation Home
Swordfish Wiki Home

Back to the top