There are different cases:
1) Plugin dependencies
* If the dependent plugin is in the workspace, the debugger can find the
source code
* If the dependent plugin comes from the target platform, the debugger looks
for the source attachment in the plugin (we'll have to figure out how we
generate the PDE target for this purpose).
2) Explicit classpath entry
Business as usual for the maven eclipse plugin. You can
use -DdownloadSources=true.
Thanks,
Raymond
From: Simon Laws
Sent: Friday, November 21, 2008 9:34 AM
To: tuscany-dev
Subject: 2.x debugging?
What's the story with debugging? Do we need to create source jars or is
there some Eclipse magic that I'm not doing. In the old scheme the directly
relationship with other projects in the workspace took care of this.
Simon